IT1X54 Programming Essentials Week 2

IT1X54 Programming Essentials Week 2

12th Grade

10 Qs

quiz-placeholder

Similar activities

VERİ TİPLERİ

VERİ TİPLERİ

9th - 12th Grade

15 Qs

ทดสอบก่อนเรียนพื้นฐานการเขียนโปรแกรมคอมพิวเตอร์

ทดสอบก่อนเรียนพื้นฐานการเขียนโปรแกรมคอมพิวเตอร์

9th - 12th Grade

13 Qs

Matrices

Matrices

7th Grade - Professional Development

10 Qs

python

python

8th - 12th Grade

13 Qs

visual basic

visual basic

12th Grade

12 Qs

JavaScript Basics

JavaScript Basics

12th Grade - University

15 Qs

Switches

Switches

KG - University

6 Qs

[1.2] Biến & Kiểu dữ liệu

[1.2] Biến & Kiểu dữ liệu

6th - 12th Grade

15 Qs

IT1X54 Programming Essentials Week 2

IT1X54 Programming Essentials Week 2

Assessment

Quiz

Professional Development

12th Grade

Hard

Created by

Bobby Liu

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

x = 1

y = x

x = y + 2

y = y + y

What is the final value of x and y?

x = 3

y = 4

x = 4

y = 2

x = 2

y = 4

x = 3

y = 2

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

What are variables and which is the correct example of a variable?

They are memory locations used to store data. x in x = 1 is a variable.

They are data stored in memory locations. 1 in x = 1 is a variable.

They are memory locations used to store data. 1 in x = 1 is a variable.

They are data stored in memory locations. x in x = 1 is a variable.

3.

MULTIPLE SELECT QUESTION

45 sec • 2 pts

Which of the following are valid variables?

name

1name

name1

name@1

n_a_m_e

4.

FILL IN THE BLANK QUESTION

1 min • 5 pts

Give 3 examples of reserved words that cannot be used for naming a variable.

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following are correct representation of literals?

print('123')

print(Hello World)

print(True)

6.

MULTIPLE SELECT QUESTION

1 min • 3 pts

Look at the following and choose the correct answers.

x = x + 10

x is a literal

x + 10 is an expression

+ is an operator

10 is a variable

7.

FILL IN THE BLANK QUESTION

5 mins • 10 pts

Given the following statement, put bracket(s) at the right spot to get a result of 10.

result = 1 + 2 / 3 * 4 - 5 + 6 * 2

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?