Introduction to Computer Science for Grade VII

Introduction to Computer Science for Grade VII

7th Grade

8 Qs

quiz-placeholder

Similar activities

Ստանդարտ ֆունկցիաներ - Python

Ստանդարտ ֆունկցիաներ - Python

7th Grade

10 Qs

Programming in Python

Programming in Python

6th - 8th Grade

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

Pembuatan Video

Pembuatan Video

6th Grade - University

10 Qs

Массивы в C++: ввод/вывод

Массивы в C++: ввод/вывод

6th - 8th Grade

11 Qs

Java1

Java1

6th - 11th Grade

11 Qs

Python тілінде программалау

Python тілінде программалау

1st - 10th Grade

10 Qs

С++ цикл for

С++ цикл for

6th - 9th Grade

10 Qs

Introduction to Computer Science for Grade VII

Introduction to Computer Science for Grade VII

Assessment

Quiz

Computers

7th Grade

Medium

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: The learning material is designed for Grade ____.

A) V

B) VI

C) VII

D) VIII

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The MAX function in sports scores is used to determine the _______.

average score

total score

highest score

lowest score

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a type of SQL function?

Aggregate Functions

String Functions

Date Functions

Logical Functions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL query 'SELECT SUM(int_price) FROM tbl_stock;' do?

Counts the number of products

Sums the prices of all products

Lists all product names

Finds the highest price.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary key column in the table 'tbl_stock'?

pk_int_id

vchr_product

int_price

tbl_stock

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the SQL function MIN() do in the query 'SELECT MIN(int_price) FROM tbl_stock;'?

Returns the maximum value

Returns the minimum value

Returns the average value

Returns the sum of values

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the price of the 'Pencil' in the 'tbl_stock' table?

10

14

2

6

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fill in the blank: To find the highest price in the 'int_price' column, use the SQL function ____.

A) MAX

B) MIN

C) AVG