wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Computer languages-Class 6

Total questions: 26

Worksheet time: 5mins

Name
Class
Date
1.

Q1. Programming in computer language includes____and_____.

a)

Logics and decisions

b)

true

c)

light blue

d)

Condition and string variable

e)

Operates and one

2.

Q2.)Blocks in_____block category are round in shape.

a)

True

b)

False

c)

Both A & B

d)

All of the above

3.

Q3. The Sensing block palette has____colour coded blocks.

a)

light blue

b)

condition

c)

string variable

d)

operates

e)

one

4.

Q4. [>]block reports____if the first value is greater than the second value.

a)

CONDITION

b)

STRING VARIABLE

c)

OPERATES

d)

ONE

e)

NONE OF THESE

5.

Q5. When a word is saved in a variable it is called a_____.

a)

String Variable

b)

Operates

c)

One

d)

None of These

6.

Q6. All the elongated diamond shaped blocks are placed as a____,inside blocks.

a)

Operates

b)

One

7.

Q7. Variables can hold --------- value at time.

a)

One

b)

None Of These

8.

Q8. What is this ?

a)

Binary code

b)

Binary language

c)

Both A and B

d)

All of the Above

9.

Q9. Is this a picture of Progamming?

a)

Yes

b)

No

c)

True

d)

False

e)

All options are correct

YES - TRUE

NO - FALSE

10.

Q10. A ----------------- implementation of logic to facilitate specified computing operations and functionality. It occurs in one or more languages, which differ by application, domain and programming model.

a)

Progamming

b)

Binary language

c)

Binary code

d)

Language

11.

Q11. What is binary?

a)

Binary is still the primary language for computers and used with electronics and computer hardware for the following reasons. It is a simple and elegant design. Binary's 0 and 1 method is quick to detect an electrical signal's off (false) or on (true) state.

b)

Binary language

c)

Binary Codes

12.

Q12. What is binary code ?

a)

A binary code represents text, computer processor instructions, or any other data using a two-symbol system.

b)

010101010101001010101010101010101010101010101

c)

Both A and B

13.

Q13. What is binary language?

a)

Binary language of computers is defined as a combination of zeros and ones, which forms the most fundamental layer of information that is stored in computing systems

b)

Binary code

c)

binary language

d)

None of the above

14.

Q14. A programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions. The interpreter executes the program directly, translating each statement into a sequence of one or more subroutines already compiled into ----------------------- .

a)

Machine code

b)

Machine language

c)

Progamming

d)

Machine level

15.

Q15. Who invented the binary language book ? In which year he invented?

a)

Iverson, Kenneth E. in 1962

b)

Albert Einstein

c)

Narendra Modi

d)

Elon Musk

16.

Q16. What is the Full form of APL?

a)

Array progamming language

b)

Aloo Paneer Lokyi

17.

Q17. How many types of computer languages are there?

Answer [in the no.s]

a)

1

b)

2

c)

3

d)

4

e)

5

18.

Q18. The --------------- is sometimes referred to as machine code or object code which is set of binary digits 0 and 1. These binary digits are understood and read by a computer system and interpret it easily. It is considered a native language as it can be directly understood by a central processing unit (CPU). The machine language is not so easy to understand, as the language uses the binary system in which the commands are written in 1 and 0 form which is not easy to interpret. There is only one language which is understood by computer language which is machine language. The operating system of the computer system is used to identify the exact machine language used for that particular system.

a)

Machine language

b)

Assembly language

c)

High level language

d)

Low level language

19.

Q19. What type of Computer language is this?

The development of was done when the programmers face the issue in writing programs as the older language has portability issues which mean the code written in one machine cannot be transferred to other machines. Thus lead to the development of high-level language. The high-level language is easy to understand and the code can be written easily as the programs written are user-friendly in a high-level language. The other advantage of code written in a high-level language is the code is independent of a computer system which means the code can be transferred to other machines. The high-level of language uses the concept of abstraction and also focus on programming language rather than focusing on computer hardware components like register utilization or memory utilization.

The development of higher-level language is done for a programmer to write a human-readable program that can be easily understood by any user. The syntax used and the programming style can be easily understood by humans if it is compared to low-level language. The only requirement in a high-level language is the need of compiler. As the program written in a high-level language is not directly understood by the computer system. Before the execution of high-level programs, it needs to be converted to machine level language. The examples of high-level language are C++, C, JAVA, FORTRAN, Pascal, Perl, Ruby, and Visual Basic.

a)

High level language

b)

Assembly language

c)

Low level language

d)

Machine language

20.

Q20. What is the binary code of 'Hello World' ?

a)

01001000 0110101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100.

b)

2100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

c)

3200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

d)

43000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

e)

5500000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

21.

Q21. The ----------- is considered a low-level language for microprocessors and many other programmable devices. The assembly language is also considered as second-generation language. The first generation language is machine language. The assembly language is mostly famous for writing an operating system and also in writing different desktop applications. The operations carried out by programmers using assembly language are memory management, registry access, and clock cycle operations. The drawback of assembly language is the code cannot be reused and the language is not so easy to understand. The assembly language is considered a group of other languages. It is used to implements the symbolic representation of machine code which is used to program CPU architecture. The other name of assembly language is assembly code. For any processor, the most used programming language is assembly language.

In assembly language, the programmer does the operation which can be directly executed on a central processing unit (CPU). The language has certain drawbacks as it does not contain any variables or functions in programs and also the program is not portable on different processors. The assembly language uses the same structure and commands which machine language does use but it uses names in place of numbers. The operations performed using the assembly language is very fast. The operations are much faster when it is compared to high-level language.

a)

Assembly language or low level language

b)

None of these

22.

Which type of language means 0 off state and means 1 on state?

a)

Binary code

b)

Binary language

23.

Q23 . --------------- and -------------- in -------------------- ?

a)

Off, On, binary language

b)

Binary code + Binary language+ 01010101010101010101010101

24.

Q24. What is other name also known for Assesmbly language?

a)

Low level language

b)

High level language

25.

Q25. What are the two main categories ?

a)

Low level language or Assembly language and High level language

b)

Binary code

c)

Binary language

26.

Q26 . What is this ?

a)

Flowchart

b)

Flowchart pic

c)

Image or picture

d)

None of these