CICS Test 2 Review

CICS Test 2 Review

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 1 Test

Unit 1 Test

9th - 12th Grade

20 Qs

C-Programming Basics

C-Programming Basics

12th Grade

16 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Intro to Python recap

Intro to Python recap

10th Grade - Professional Development

11 Qs

Python Basic 1

Python Basic 1

12th Grade

20 Qs

AI-9A-PA1-Practical

AI-9A-PA1-Practical

9th Grade

10 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

9.2 Further programming

9.2 Further programming

9th Grade

12 Qs

CICS Test 2 Review

CICS Test 2 Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

ERIC DUMOUCHELLE

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following input commands would allow the user to receive and store a character from the keyboard?

character = input("Please enter a character:")

character = int(input("Please enter a character:"))

character = float(input("Please enter a character:"))

character = bool(input("Please enter a character:"))

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("Hello" + "world" + "today")
Helloworldtoday
Hello world today
"Hello" "world" "today"
SyntaxError

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A location in memory used to store data that can be changed.
Constant
Value
Variable
Iteration

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

a line of text that Python won't try to run as code
comment
modulo
variable
boolean

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What Python command lets the user enter an answer to a question?
answer()
open()
print()
input()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which statement correctly assigns the string "Tanner" to the variable name?
name  = print( "Tanner")
input("Tanner")
name = "Tanner"
name = input("Tanner")

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?