Assignment Submitted On 2019-08-05, 17:01 IST
Assignment Submitted On 2019-08-05, 17:01 IST
Assignment 1
1 point
What type of device is computer keyboard?
a) Memory
b) Output
c) Storage
d) Input
Yes, the answer is correct.
Score: 1
Accepted Answers:
d) Input
1 point
Algorithm is -
a) C
b) BASIC
c) FORTRAN
d) Machine language
Yes, the answer is correct.
Score: 1
Accepted Answers:
d) Machine language
1 point
An electronic machine can understand
a) English statements
b) Flow chart
c) Binary digits
d) Integers
1 point
The smallest unit of memory is
a) Byte
b) Bit
c) Nibble
d) Baud
1 point
CPU uses the following to get the address of the next instructions from
a) Register
b) Instruction Register
c) Program Counter
d) RAM
1 point
The correct sequence of memory access while running a computer program is
b) CPU DISKRAMCPU
c) DISKRAMCPUDISK
d) DISKRAMDISKCPU
No, the answer is incorrect.
Score: 0
Accepted Answers:
a) RAM DISK RAM CPU
1 point
Which one of the following statement is the most appropriate?
a) 20
b) 21
c) 10
d) 0.33
Yes, the answer is correct.
Score: 1
Accepted Answers:
b) 21
1 point
The input N from the user is 6. The output of the following algorithm is
a) 120
b) 720
c) 5040
d) 46656
No, the answer is incorrect.
Score: 0
Accepted Answers:
b) 720
1 point
The following algorithm is used to find a number X is even or odd. What will be the content of the
empty box?
a) X%10=0?
b) X/10=0?
c) X/2=0?
d) X%2=0?
Yes, the answer is correct.
Score: 1
Accepted Answers:
d) X%2=0?
1 point
X is an integer (X=7531). The print value of Y of the flowchart below is
a) 16
b) 77553311
c) 1357
d) 0
Yes, the answer is correct.
Score: 1
Accepted Answers:
c) 1357
1 point
The section of the CPU that selects, interprets and sees to the execution of program instructions
a) Memory
b) Register Unit
c) Control Unit
d) ALU
No, the answer is incorrect.
Score: 0
Accepted Answers:
c) Control Unit
1 point
The ________ scans the entire C program and translates it as a whole into machine code.
a) Interpreter
b) Compiler
c) Program counter
d) Operating system
Yes, the answer is correct.
Score: 1
Accepted Answers:
b) Compiler
1 point
When we write X=10 and Y=X, which of the following memory assignment is correct