Model Test Paper for Class XII

Model Test Paper for Class XII

12th Grade

18 Qs

quiz-placeholder

Similar activities

Super Heros: Dc

Super Heros: Dc

7th Grade - University

15 Qs

Syllable Types

Syllable Types

1st Grade - Professional Development

14 Qs

Basis data

Basis data

11th Grade - University

20 Qs

Topic 5 - Databases

Topic 5 - Databases

11th - 12th Grade

20 Qs

Astronomy Review

Astronomy Review

9th - 12th Grade

20 Qs

Pandas Series & DataFrames

Pandas Series & DataFrames

12th Grade

20 Qs

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

Konektifitas BasisData WEB dengan Aplikasi Android

Konektifitas BasisData WEB dengan Aplikasi Android

12th Grade

15 Qs

Model Test Paper for Class XII

Model Test Paper for Class XII

Assessment

Quiz

Other

12th Grade

Medium

Created by

Mirza Baig

Used 8+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which protocol is used for sending and receiving email messages?

PPP

SMTP

POP3

VoIP

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using someone else’s Facebook account to post something will be termed as:

Fraud

Online stealing

Violation

Identity theft

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following measures should not be adopted to recycle e-waste safely?

Donate to NGO

Sell your old electronics

Burn your e-waste

Give your e-waste to a certified e-waste recycler

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a table named ‘Student’, if a column “Name” contains the data set (“Rashi”, “Shreyas”, “Nitya”, “Rashi”, “Nitya”, “Nityam”, “Kavya”, “Rashi”), what will be the output after the execution of the given query? SELECT COUNT(DISTINCT Name) FROM student;

Error – cannot work on char data type

5

"Five"

No output

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the order of the data being sorted after the execution of given SQL query? SELECT * From School Order by Class;

Order of inserting records in a table

Ascending order

Descending order

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The term ‘Intellectual Property Rights’ covers:

Copyrights

Trademarks

Patents

All of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider a table named Employees with columns – EName, Age, Salary and Designation. Which SQL statement do we use to find out the total salary given to employees?

Select SUM(Salary) From Employees;

Select COUNT (*) From Employees;

Select FIND (*) From Employees;

Select SUM () From Employees;

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?