Programming Basics

Programming Basics

10th Grade

9 Qs

quiz-placeholder

Similar activities

Kodland_Hafta2_Degişkenler_FG

Kodland_Hafta2_Degişkenler_FG

9th - 12th Grade

9 Qs

N5 SDD - Python input and output

N5 SDD - Python input and output

7th - 11th Grade

12 Qs

C# 101 Mid-Semester Review

C# 101 Mid-Semester Review

9th - 12th Grade

12 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Python: Variables

Python: Variables

9th - 12th Grade

11 Qs

Fungsi Input dan Output Python

Fungsi Input dan Output Python

2nd Grade - University

10 Qs

Intro to Python Final

Intro to Python Final

9th - 12th Grade

13 Qs

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

Programming Basics

Programming Basics

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Christopher Leyshon

Used 18+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is NOT an 'int'

123

9001

12.5

1

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Hello!" has a data type of _

String

Float

Bool

Text

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a number has a decimal point, it is a _

int

float

bool

string

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type can only store a value of 'true' or 'false'?

int

float

string

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to change the value of a variable you must use _

An operator

A bool

A floating point number

A loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'If' and 'Switch' are examples of _

Statements

Operators

Loops

Functions

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'For' and 'While' are examples of _

Functions

Loops

Statements

Operators

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want something to loop a set number of times you should use a _

For-loop

While-loop

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you don't know how long you want to loop for you should use a _

For-loop

While-loop