0% found this document useful (0 votes)
46 views

Assignment Submitted On 2019-08-05, 17:01 IST

This document contains the answers to multiple choice questions about computer science topics like hardware, software, algorithms, and programming. It shows the questions, possible answers, and whether the answer selected is right or wrong. The user answered questions about topics such as computer keyboard types, algorithm definitions, lowest level programming languages, how computers understand data, basic memory units, CPU functions, memory access sequences, flowchart outputs, and more. It tracks the number of questions answered correctly and incorrectly.

Uploaded by

Mohana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

Assignment Submitted On 2019-08-05, 17:01 IST

This document contains the answers to multiple choice questions about computer science topics like hardware, software, algorithms, and programming. It shows the questions, possible answers, and whether the answer selected is right or wrong. The user answered questions about topics such as computer keyboard types, algorithm definitions, lowest level programming languages, how computers understand data, basic memory units, CPU functions, memory access sequences, flowchart outputs, and more. It tracks the number of questions answered correctly and incorrectly.

Uploaded by

Mohana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

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) A process or set of rules to be followed in calculations or other problem-solving


operations, especially by a human.
b) A process or set of rules to be followed to solve numerical problems only.
c) A process or set of rules to be followed in calculations or other problem-solving
operations, especially by a computer.
d) A process or set of rules to be followed in to solve logical problems only.
No, the answer is incorrect.
Score: 0
Accepted Answers:
c) A process or setof rules to be followed in calculations or other problem-solving operations,
especially by a computer.
1 point
The lowest form of Computer language 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

Yes, the answer is correct.


Score: 1
Accepted Answers:
c) Binary digits

1 point
The smallest unit of memory is

a) Byte
b) Bit

c) Nibble

d) Baud

Yes, the answer is correct.


Score: 1
Accepted Answers:
b) Bit

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

No, the answer is incorrect.


Score: 0
Accepted Answers:
c) Program Counter

1 point
The correct sequence of memory access while running a computer program is

a) RAM  DISK  RAM CPU

b) CPU  DISKRAMCPU

c) DISKRAMCPUDISK

d) DISKRAMDISKCPU
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?

Pseudo code is basically a diagrammatic representation of the algorithm. Whereas in


a)
flowchart normal English language is translated into the programming languages to be worked
on.
Flowchart is diagrammatic representation of the algorithm. Pseudo code is just another
b)
name of algorithm.
c) Pseudo code is another name of programming. Whereas in flowchart is diagrammatic
representation of algorithm.
d) Flowchartis basically a diagrammatic representation of the algorithm. Whereas in pseudo
code normal English language is translated into the programming languages to be worked on.
Yes, the answer is correct.
Score: 1
Accepted Answers:
d) Flowchart is basically
a diagrammatic representation of the algorithm. Whereas in pseudo
code normal English language is translated into the programming languages to be worked on.
1 point
What will be the output of the flowchart given below?

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

a) X and Y will have same location and 10 will be stored.


b) X and Y will have two distinct locations and 10 will be stored in both.
c) X and Y will have same location and only X will contain value 10
d) X and Y will have two distinct locations and only X will contain value 10
Yes, the answer is correct.
Score: 1
Accepted Answers:
b) X and Y will have two distinct locations and 10 will be stored in both.

You might also like