Codify Code Pioneera

Codify Code Pioneera

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Technology gaps around the world

Technology gaps around the world

9th Grade - Professional Development

10 Qs

نشاط ختامي الجملة الشرطية البسيطة

نشاط ختامي الجملة الشرطية البسيطة

10th Grade

1 Qs

Data Types

Data Types

12th Grade

10 Qs

Quipper

Quipper

11th Grade

8 Qs

TTS_PD

TTS_PD

11th Grade

10 Qs

แบบทดสอบบทที่ 2 รู้จัก Function การใช้งาน

แบบทดสอบบทที่ 2 รู้จัก Function การใช้งาน

12th Grade

10 Qs

Portfolio Presentation and College Readiness

Portfolio Presentation and College Readiness

12th Grade

10 Qs

Kiến thức về bảng

Kiến thức về bảng

11th Grade

10 Qs

Codify Code Pioneera

Codify Code Pioneera

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Medium

Created by

Dua Zakir

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

OPEN ENDED QUESTION

10 mins • 5 pts

Design an algorithm to calculate the sum of numbers in a list.

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

10 mins • 5 pts

Create a 6x6 table of grocery list in HTML

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

You have a database table Students with the following columns:

ID

Name

Grade

Write an SQL query to retrieve the names of all students who scored above 80.

SELECT Name FROM Students WHERE Grade > 80;

SELECT Name, Grade FROM Students;

SELECT * FROM Students WHERE Grade >= 80;

DELETE FROM Students WHERE Grade > 80;

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following CSS properties will make a div centered horizontally on a webpage?

margin: auto;

text-align: center

display: flex; justify-content: center;

All of the above

5.

OPEN ENDED QUESTION

3 mins • 5 pts

Write the HTML code to display a heading, a paragraph, and a list of your favorite hobbies

Evaluate responses using AI:

OFF