Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Programming Quiz 1

Total questions: 15

Worksheet time: 15mins

Name
Class
Date
1.

It is the smallest storage capacity unit of a computer

a)

Nibble

b)

Bit

c)

Byte

d)

Kilobyte

2.

These are set of commands and other instructions used in order to create a program

a)

Programming Language

b)

Machine Language

c)

Computer Programming

d)

Program

3.

This contains a message-passing functionality based on Smalltalk language and is used in Apple Programming

a)

C++

b)

C

c)

Objective C

d)

Expanded C

4.

This is the native language of the computer mostly consist of binary numbers of 1 and 0

a)

Programming Language

b)

Assembly Language

c)

High Level Language

d)

Machine Language

5.

Which of the following Languages did he developed?

a)

COBOL

b)

Ruby

c)

Java

d)

LISP

6.

At which point of the program development cycle will you create a step by step procedure into answering your problem?

a)

Problem Analysis

b)

Maintenance

c)

Coding and Documentation

d)

Algorithm Development

7.

They are all the characters you can type at the keyboard including letters & numbers not used in calculations

a)

Numeric Data

b)

Character Data

c)

Boolean Data

8.

This translates the program all at once making it execute more quickly but slower on transition speed

a)

Compiler

b)

Translator

c)

Interpreter

9.

They are codes needed to be translated into Machine Language before the computer can process it.

a)

Object Oriented Language

b)

Machine Language

c)

Assembly Language

10.

Which of the following did he developed?

a)

Perl

b)

C

c)

Java

d)

C++

11.

An unambiguous, ordered sequence of computational instructions necessary to achieve such a solution

a)

Software

b)

Computer Program

c)

Codes

d)

Programming

12.

Some programs are translated line by line instead of all at once making them fast to translate but slow in execution.

a)

Interpreter

b)

Compiler

c)

Assembly

13.

Which of the following did she developed?

a)

Perl

b)

Java

c)

COBOL

d)

FORTRAN

14.

This program pulls everything together so that no parts of the program will be lost

a)

Language

b)

Coding

c)

Linker

d)

Interpreter

15.

Some programming language look like grammar descriptions rather than numerical instructions

a)

True

b)

False