Computer Programming

Computer Programming

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

FLASHCARD QUESTION

Front

+,-,*,/ are all examples of what data type?

Back

Arithmetic

2.

FLASHCARD QUESTION

Front

What keyword in the Python syntax is used to ask for user input?

Back

input()

3.

FLASHCARD QUESTION

Front

What function in Python Programming is used to convert a number string into a valid integer?

Back

int()

4.

FLASHCARD QUESTION

Front

________ is an example of a finite loop

Back

for loop

5.

FLASHCARD QUESTION

Front

__________ is the method of converting a variable from one data type to another

Back

type casting

6.

FLASHCARD QUESTION

Front

This is the english-like representation of the logical steps taken to accomplish a task

Back

pseudocode, Pseudocode, pseudo code, Pseudo code

7.

FLASHCARD QUESTION

Front

What is the correct syntax for asking a user to input a numerical value? Options: input(int("Enter number:")), int(input("Enter number:")), input("Enter number"), int("Enter Number")

Back

int(input("Enter number:"))

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?