Q2-Tern2Midterm Computer

Q2-Tern2Midterm Computer

Professional Development

28 Qs

quiz-placeholder

Similar activities

java Exception handling

java Exception handling

Professional Development

26 Qs

FUNCTIONS - FILES - MODULES - OOPS

FUNCTIONS - FILES - MODULES - OOPS

Professional Development

25 Qs

Netligent Python Basic

Netligent Python Basic

Professional Development

30 Qs

Calibración en Python

Calibración en Python

University - Professional Development

27 Qs

Bridge Course - Screening Test

Bridge Course - Screening Test

10th Grade - Professional Development

30 Qs

Python - Basic Data, Structure, and Concepts

Python - Basic Data, Structure, and Concepts

Professional Development

30 Qs

Object Oriented Programming

Object Oriented Programming

Professional Development

23 Qs

DATA TYPES ,INPUT AND OUTPUT

DATA TYPES ,INPUT AND OUTPUT

Professional Development

25 Qs

Q2-Tern2Midterm Computer

Q2-Tern2Midterm Computer

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Mr. P.Imperio

Used 6+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Can store a value which can be changed" is the definition of

Variable

Constant

Selection

Algorithm

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Can store a value which cannot be changed" is the definition of

Variable

Constant

Selection

Algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word (command) used to display numbers and text on the screen?

print

input

output

command

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is syntax?

Syntax is the word used to described an error

Syntax is the rules of the programming language

It is used to read information

It used to output information

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used in python to assign values to a variable?

equals=

plus+

forward slash/

asterisk*

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the button do you press to compile (run) your program so that it runs in the shell?

F3

F5

F7

F9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following program display below?

x = 5

y = 4

answer= x*y

print(answer)

5

4

20

30

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?