COMPUTER 1
COMPUTER 2
COMPUTER 3
COMPUTER 4
100

For a given problem, there is always only one way to write a program

option1 - True

option 2 - False

False

100

________is a set of instructions that can be executed on a computer to perform a specific task

Code

100

Which among the below are examples of programming in real life?

1) Robots        2) Computer games

3) self-driven cars   4) all of the above

all of the above

100

Writing steps involved to solve a problem in a human-understandable language.

Pseudo Code

200

Pin authentication for ATM card transaction is an example of _____________

Programming

200

Define step by step plan to solve a problem statement

Algorithm

200

Solution to a problem presented as a diagram

Flowchart

200

What shape represents the start and end of a flowchart?


Oval

300

Variables must be defined with a name and a data type before they can be used

1) true

2) false

true

300

How many times should a data type be mentioned for a variable?

Only once; When declaring the variable

300

Y++ has the same meaning as_________

Y=Y+1

300

_______is a subtype of integer data type.

Boolean datatype


400

What is the alternative of y=y+9?

y+=9

400

Block based coding platform

Arcade

400

______datatype is another type of floating type number which is used to store even bigger values.

double

400

_______data type stores value in a sequence of characters.

String

500

In some programming languages like _______, there is no command to declare variables

Python

500

_________calculates the remainder when two integer variables are divided.

Remainder operator (%)

500

what language is this? 100010000101011

 BINARY CODE

500

_________is a set of rules that we need to follow when we write a computer program.

Syntax

M
e
n
u