Programming Techniques

Programming Techniques

9th Grade

18 Qs

quiz-placeholder

Similar activities

GCSE Computer Science - Python Programming Concepts

GCSE Computer Science - Python Programming Concepts

9th - 11th Grade

17 Qs

Understanding Programming Concepts and Logic

Understanding Programming Concepts and Logic

9th - 12th Grade

20 Qs

revison 3prep

revison 3prep

9th Grade

20 Qs

Key Python Data Types

Key Python Data Types

9th Grade

16 Qs

Basic Programming

Basic Programming

9th Grade

20 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

การเขียนโปรแกรม PHP

การเขียนโปรแกรม PHP

9th Grade

20 Qs

Variables

Variables

9th Grade

15 Qs

Programming Techniques

Programming Techniques

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Kevin Alpin

Used 6+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following is not true about variable names:
They must be descriptive
They must be in capital letters
They cannot start with numbers or contain spaces
They point to memory locations

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid keyword for output?
MODIFY
EDIT
DISPLAY
INPUT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following expression: a = b. This means:
a will always be equal to b
b is being renamed into a
The value of memory location a gets copied into memory location b
The value of memory location b gets copied into memory location a

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid data type?
Real
String
Character
Fraction

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Whole numbers are stored using this data type:
Boolean
Character
Integer
Real

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This variable type can only have the values TRUE or FALSE:
Boolean
Character
Integer
Real

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Casting refers to
Boolean algebra
Rounding of reals
Converting data to a different type
Printing out of the program’s results

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?