1. Programming Quiz 4th period

1. Programming Quiz 4th period

8th Grade

9 Qs

quiz-placeholder

Similar activities

Introduction to Data Structure

Introduction to Data Structure

1st - 10th Grade

10 Qs

informatika

informatika

7th Grade - University

10 Qs

Scratch 2.0

Scratch 2.0

5th - 8th Grade

10 Qs

Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

Scratch Basics

Scratch Basics

7th - 9th Grade

12 Qs

Scratch Introduction

Scratch Introduction

5th - 8th Grade

10 Qs

5.2 nesting selection statements and the NOT

5.2 nesting selection statements and the NOT

8th Grade

8 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

1. Programming Quiz 4th period

1. Programming Quiz 4th period

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Miguel Ángel Sánchez

Used 3+ times

FREE Resource

9 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

What is Scratch Coding?

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the Scratch website?

Evaluate responses using AI:

OFF

3.

OPEN ENDED QUESTION

3 mins • 1 pt

Who created Scratch and in what year was it first launched?

Evaluate responses using AI:

OFF

4.

OPEN ENDED QUESTION

3 mins • 1 pt

What are the benefits of using Scratch?

Evaluate responses using AI:

OFF

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of programming language is Scratch?

C+

Phyton

Java

scratch

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Binary search is an efficient algorithm used to find the position of a specific value (key) within a sorted array.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Iterative Binary Search

This is the standard binary search method that uses a loop to repeatedly divide the array in half and narrow down the search range.

This method uses a recursive function to divide the array and search for the key. It is elegant but may lead to stack overflow errors if the array size is too large, as each recursive call consumes stack space.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Recursive Binary Search

This is the standard binary search method that uses a loop to repeatedly divide the array in half and narrow down the search range.

This method uses a recursive function to divide the array and search for the key. It is elegant but may lead to stack overflow errors if the array size is too large, as each recursive call consumes stack space.

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A __________ refers to the visual elements and controls that allow users to interact with a software application.

BINARY SEARCH

GRAPHIC INTERFACE

SCRATCH LANGUAGE

JAVA