Learning Variables

Learning Variables

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Algoritma dan Pemrograman Dasar (Bahasa C)

Algoritma dan Pemrograman Dasar (Bahasa C)

10th Grade

10 Qs

Python Beginners Week 6

Python Beginners Week 6

3rd - 12th Grade

13 Qs

Class X - Java 1

Class X - Java 1

10th Grade

15 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

Programming basics

Programming basics

12th Grade

15 Qs

Java - arrays and String methods

Java - arrays and String methods

9th - 12th Grade

12 Qs

N4 SDD - Code understanding quiz 1

N4 SDD - Code understanding quiz 1

10th - 12th Grade

15 Qs

Learning Variables

Learning Variables

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Teetreeo Pittman

Used 4+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x= False , x is type of -----------

Integer

Boolean

Float

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After run the following code, x = -------------

12

15

36

1728

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After run the following code , the output will be -----------------

test

exam

testexam

z

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

After run the following code, x = -------------

12

2

14

24

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable name?

str

int

float

nothing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = "23"

What type of data is stored in the variable age?

str

int

float

nothing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Look at the following code:

name = "John"

age = 23

What type of data is stored in the variable age?

str

int

float

nothing

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?