wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Programming in C++ (part 1)

Total questions: 9

Worksheet time: 18mins

Name
Class
Date
1.

Which of these is not a reserved word in C++?

a)

char

b)

int

c)

enum

d)

returns

2.

A list of instructions that enable a computer to perform a specific task.

a)

assembler

b)

computer program

c)

interpreter

d)

machine code

3.

Which is NOT a high-level language?

a)

Python

b)

C++

c)

Machine Code

d)

Java

e)

Visual Basic

4.

Assembly languages and machine code are ......

a)

Low-level languages

b)

High-level languages

5.

A computer program that translates a program written in a high-level language (HLL) into machine code so that it can be directly used by a computer to perform a required task.

a)

Interpreters

b)

Compiler

c)

Assemblers

6.

Which IDE tool allows a programmer to enter, format and edit source code.

a)

Linker

b)

Compiler

c)

Interpreter

d)

Editor

7.
Syntax errors are always spotted when the program is compiled or interpreted.
a)
True
b)
False
8.
Modern IDEs are able to spot syntax errors as the programmer types.
a)
True
b)
False
9.

What does IDE stand for?

a)

Intelligent Development Environment

b)

Integrated Design Environment

c)

Intelligent Development Environment

d)

Integrated Development Environment