AC Activity 1.3 Vocabulary - PLTW

AC Activity 1.3 Vocabulary - PLTW

7th Grade

13 Qs

quiz-placeholder

Similar activities

Python L27 Etch A Sketch

Python L27 Etch A Sketch

6th - 8th Grade

13 Qs

scratch

scratch

7th Grade

15 Qs

AI Introduction Quiz

AI Introduction Quiz

5th - 12th Grade

12 Qs

Introduction to programming

Introduction to programming

5th - 10th Grade

10 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Coding

Coding

7th Grade

15 Qs

Python Basics

Python Basics

7th Grade

14 Qs

App Creators: Lesson 1

App Creators: Lesson 1

7th Grade

15 Qs

AC Activity 1.3 Vocabulary - PLTW

AC Activity 1.3 Vocabulary - PLTW

Assessment

Quiz

Computers

7th Grade

Easy

Created by

Tanicia Peairs

Used 3+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blank: An ______ is an action or occurrence that happens during runtime that will trigger a response or behavior by the software. Examples of events include user-initiated events, such as clicking a button, or external events, such as the device receiving an SMS text message.

event

object

method

variable

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blank: ______ is the period when a program is running. Runtime begins when a program is opened (or executed) and ends when the program is closed.

Runtime

Compile time

Load time

Shutdown time

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blank: ______ is a type of computer programming where the program responds to an input (or trigger).

Event-driven programming

Object-oriented programming

Functional programming

Procedural programming

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blank: ______ are a block of code that is triggered when a certain event happens.

Functions

Variables

Loops

Classes

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blank: In a program, a ______ is an event that is triggered by user interaction with the user interface.

event

variable

function

loop

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Fill in the blank: ______ is the process of reducing complexity by hiding unnecessary details to make it easier to think about a problem.

Abstraction

Simplification

Generalization

Encapsulation

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the incremental approach in programming?

An approach to programming where the programmer adds and tests code in small chunks at a time to make sure it behaves the way they want it to, before adding more code.

A method of programming where the entire code is written and tested at once.

An approach where code is written without testing until the end of the project.

A technique where programmers focus on optimizing code before writing it.

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?