Answer: - scan and convert to pdf app.
- timetable managing app.
- color seeing app (for color-blind people.)
- virtual clothing/jewelry try on.
Explanation:
Answer:
b) Reliability.
Explanation:
When the program gives correct output and fulfills the customer's requirements it is said to be reliable and said to be achieving reliability.
Correctness is when the program only provides correct solution.
Efficiency is when the program does the work in less time.
Usability means that the program is usable or not.
If you're doing an interview via phone I wouldn't suppose you would need to get dressed into anything specific. If it's going to be a video call, then you should at least wear something presentable that the camera will see (that means you don't have to wear pants).
Sorry, if you're looking for some specific answer then I can't help you. This question just kinda throws common sense out there and it's just your job to use it.
Answer:
Corresponding Binary numbers are as following:
A4693FBC=10100100011010010011111110111100.
B697C7A1
= 10110110100101111100011110100001.
Explanation:
A single digit hexadecimal number is a 4 bit binary number.So for each hexadecimal bit we have to find the corresponding 4 bit binary number.
A=1010
4=0100
6=0110
9=1001
3=0011
F=1111
B=1011
C=1100
and write them in the same sequence of their hexadecimal number.
A4693FBC=10100100011010010011111110111100.
B=1011
6=0110
9=1001
7=0111
C=1100
7=0111
A=1010
1=0001
B697C7A1
= 10110110100101111100011110100001.