2.2.0 Programming Basics

2.2.0 Programming Basics

7th - 10th Grade

12 Qs

quiz-placeholder

Similar activities

Introduction to Python, variables and data types

Introduction to Python, variables and data types

8th Grade

8 Qs

Programming - Data Types

Programming - Data Types

1st - 10th Grade

10 Qs

Data type

Data type

10th Grade - University

17 Qs

KS4 Programming Techniques (1)

KS4 Programming Techniques (1)

8th - 10th Grade

10 Qs

Python - Abstractions, Comments, Data Types, Variables

Python - Abstractions, Comments, Data Types, Variables

9th - 12th Grade

12 Qs

Data, Information and Data types

Data, Information and Data types

10th Grade

17 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

Variables, Constants, and Data Types

Variables, Constants, and Data Types

10th Grade

15 Qs

2.2.0 Programming Basics

2.2.0 Programming Basics

Assessment

Quiz

Computers

7th - 10th Grade

Hard

Created by

Miss Rudd

Used 4+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not true about variable names?

They must be descriptive

They must be in capital letters

They can't start with numbers or contain spaces

They point to a memory location

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an assignment operation, this appears on the right hand side.

Label for a variable that is the destination of data

Multiple variables that are destinations for data

Source variables or operations

the assignment operator

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is not a valid constant?

SPACE

PI

UserName

WORDLIMIT

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid keyword for output?

PRINT

SHOW

DISPLAY

INPUT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the expression a = b

This means...

a will always be equal to b

b is being renamed into a

the value of the memory location a gets copied into memory location b

the value of the memory location b gets copied into memory location a

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid data type?

Real

String

Character

Fraction

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Quotation marks around a variable's identifyer imply...

it is an integer

it is a string

it is a Boolean

it is a real

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?