Chapter 8 ITF

Chapter 8 ITF

12th Grade

30 Qs

quiz-placeholder

Similar activities

Test IP

Test IP

12th Grade

25 Qs

Ôn Tập Học Kì I Lớp 4

Ôn Tập Học Kì I Lớp 4

4th Grade - University

35 Qs

SAINS KOMPUTER

SAINS KOMPUTER

4th - 12th Grade

30 Qs

UH 1-MYOB Manufaktur

UH 1-MYOB Manufaktur

12th Grade

25 Qs

Macromedia Flash

Macromedia Flash

8th Grade - Professional Development

26 Qs

PAS Informatika Semester Ganjil (1)

PAS Informatika Semester Ganjil (1)

9th - 12th Grade

25 Qs

quiz on excel

quiz on excel

7th - 12th Grade

25 Qs

Chapter 8 ITF

Chapter 8 ITF

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Ashlea Love

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Computer Programming language, such as Python, that requires a program called an interpreter to execute the instructions written in source code each time the application is run.
natural language
compiled language
assembly language
interpreted language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following can be used by a programmer to debug code?
Text editor
Integrated development environment (IDE)
Application programming interface (API)
Word processor

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python provides programming functions that can be used by a software developer. Which of the following would be used to make the random function available?
load random
export random
set num = random()
import random

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mara is creating a program that will store a customer's latest order number. The value will change each time a customer creates a new order. Which of the following would MOST likely be used to store the value?
Variable
Constant
Object
Array

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python is a general purpose programming language that is popular for creating websites and mobile applications. Python is known as a readable and user-friendly language. What does the following code do? color = input('What is your favorite color?\n') print('Your favorite color is %s.' % color)
It sets the font color to the color specified in the input.
It gets input and produces output.
It sends the output to a printer.
It sets the system color variable.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A programmer is creating an application that needs to store a value indicating if the user is logged in or not. Which of the following would be the BEST data type to accomplish this?
String
Integer
Float
Boolean

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

On a flowchart, which of the following represents a decision?
Rectangle
Diamond
Arrow
Parallelogram

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?