0% found this document useful (0 votes)
29 views

Ed

The document contains an exam for a grade 12 information technology class. It tests students on topics like databases, SQL, big data, IoT, and cloud computing through multiple choice questions and exercises to write SQL queries. The exam covers creating tables, inserting and modifying records, and retrieving data from database tables.

Uploaded by

beki.ad10
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Ed

The document contains an exam for a grade 12 information technology class. It tests students on topics like databases, SQL, big data, IoT, and cloud computing through multiple choice questions and exercises to write SQL queries. The exam covers creating tables, inserting and modifying records, and retrieving data from database tables.

Uploaded by

beki.ad10
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Name of School: Laska secondary School Exam Date: Jan 24/2016E.

C
Subject: Information Technology Time allowed: 1 hr
Class: Grade 12 Weight: 50% Semester: First

FULL NAME_______________________________No ______Section _________Sex _______


DIRECTION I-Write “True” if the statement is correct and “False” if the statement is incorrect(5 pt)
_______1. Volume of a big data refers to the nature of data.
_______2. Fog computing is an extension of cloud computing.
_______3. In database table column represents Records.
_______4. A data type is the type of data value you want to store in the field.
_______5. Cloud computing refers to storing and accessing data from Data Center.
DIRECTION II-Match column A with column B(answers must be written in all CAPITAL letter and can be selected only once)
_______1. Delete command A. Used to Modify Records in a DB table.
_______2. Create Command B. Used to Add records in a DB table.
_______3. Select Command C. Used to Modify Tables in a DB.
_______4. Insert command D. Used to Delete Table in a DB.
_______5. Update Command E. Used to Retrieve records from a DB table.
_______6. Drop Command F. Used to Create a new table in a DB.
_______7. Alter Command G. Used to Delete records from DB table.
DIRECTION III-Choose the correct answer from the given alternatives(answers must be written in all CAPITAL letter)
_____1. Which one of the following characteristics of Bigdata refers to the speed at which data is
being created in real-time?
A. Volume B. Variety C. Velocity D. Value
_____2. One of the following is NOT components of IoT to integrate and complete IoT system.
A. User Interface C. Connectivity
B. Sensors / Devices D. Word Processing Applications
_____3. IoT stands for….
A. Internet of thoughts C. Internet of thinks
B. Internet of things D. Internet of talking
_____4. In which type of cloud service provider’s resources shared across different clients?
A. Private cloud C. Community cloud
B. Public cloud D. Hybrid cloud
_____5. SQL stands for
A. Standard Query Learning C. Standard Query Language
B. Systematic Query Language D. Structure Query Language
_____6. Which of the following is a type of Data Definition language(DDL) command?
A. Create B. Update C. Delete D. Select
_____7. IoT can’t be used in.
A. Agriculture C. Health
B. Home D. None
_____8. IoT in smart home can be used for?
A. Detecting smoke C. Monitoring Soil
B. Traffic Management D. All
_____9. Which of the following is a type of Data Manipulation Language(DML) Command?
A. Create B. Alter C. Delete D. All
Name of School: Laska secondary School Exam Date: Jan 24/2016E. C
Subject: Information Technology Time allowed: 1 hr
Class: Grade 12 Weight: 50% Semester: First

_____10. Which cloud computing service provides a platform and environment to allow
developers to build applications and services?
A. IaaS B. SaaS C. PaaS D. All
_____11. Which is a valid CREATE TABLE command?
A. Create Student table (ID int primary key, Name text(10), Age int);
B. Create table Student (IDprimary key, Name text(10), Age int);
C. Create Student table(ID int primary key, Name text(10), Age int);
D. Create table Student(ID int primary key, Name text(10), Age int);
_____12. Which one is a valid SQL code to insert new record into a Student table?
A. Insert into student values(10,’Dawit Girma’,18);
B. Insert into values(10,’Dawit Girma’,18);
C. Insert into student(10,’Dawit Girma’,18);
D. Insert to studentvalues (10,’Dawit Girma’,18);
_____13. Which SQL statement is not Valid?
A. Alter table student add column sex char(10); C. Delete student;
B. Select * From student; D. Drop table student;
Direction IV Answer the following Questions.Your answer must be net and clear!(12 pt)
1. What is the aim of IoT? ________________________________________________________________________________
__________________________________________________________________________________________________________
2. What bigdata is different from data and write the Characteristics of bigData.
___________________________________________________________________________________________________________
___________________________________________________________________________________________________________
___________________________________________________________________________________________________________
___________________________________________________________________________________________________________
3. Write SQL codes…..
A. To Create table called Student with an attribute (ID, FName, LName, Sex, Age, Grade).
Ans:__________________________________________________________________________________________________
_______________________________________________________________________________________________________
B. To Add columnAddress to Student table.
Ans:________________________________________________________________________________
C. To Insert one record into Student table. (use your own data)
Ans:________________________________________________________________________________
D. To Modify Age of your record. (Set it into ’19’)
Ans:________________________________________________________________________________
E. To Retrieve all records from Student table.
Ans:________________________________________________________________________________
F. To Retrieve only Female Students from Student table.
Ans:________________________________________________________________________________
G. To Delete your(specific) Record from student table.
Ans:________________________________________________________________________________
H. To Delete Student table (Entire table).
Ans: ________________________________________________________________________________

Set by Bekalu.A

You might also like