Programming Basics

Programming Basics

10th Grade

9 Qs

quiz-placeholder

Similar activities

J277 Programming - Data Types

J277 Programming - Data Types

9th - 11th Grade

11 Qs

Типы данных Python2

Типы данных Python2

6th Grade - University

12 Qs

C# part1 en

C# part1 en

4th Grade - Professional Development

7 Qs

LATIHAN 4

LATIHAN 4

10th Grade

10 Qs

типы данных с++

типы данных с++

10th Grade

14 Qs

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

Trắc nghiệm: Bài 18-Các lệnh vào ra đơn giản

10th Grade

10 Qs

C# 11

C# 11

1st - 10th Grade

10 Qs

Программирование C#

Программирование C#

1st - 10th Grade

10 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