0% found this document useful (0 votes)
10 views2 pages

Write "True" If The Statement Is Correct and "False" If The Statement Is Incorrect

This document is an examination paper for Grade 12 students at Laska Secondary School, focusing on Information Technology. It includes various sections such as true/false statements, matching commands with their functions, multiple-choice questions, and open-ended questions about IoT and SQL. The exam is designed to assess students' understanding of key IT concepts and their ability to write SQL code.

Uploaded by

trorimazinika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Write "True" If The Statement Is Correct and "False" If The Statement Is Incorrect

This document is an examination paper for Grade 12 students at Laska Secondary School, focusing on Information Technology. It includes various sections such as true/false statements, matching commands with their functions, multiple-choice questions, and open-ended questions about IoT and SQL. The exam is designed to assess students' understanding of key IT concepts and their ability to write SQL code.

Uploaded by

trorimazinika
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

C1

Name of School: Laska secondary School Exam Date: Jan, 2017 E. 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. Each column in database table represents a tuple or record.
_______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)7Pt
_______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) 26 Pt….
_____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 telecommunication
_____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. Door and windows lock C. Water distribution Management
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

GOOD LUCK!
C1

Name of School: Laska secondary School Exam Date: Jan, 2017 E. 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 of the following command is syntactically correct or valid command?
A. Create Doctor table (ID int, Name text(10), Age int);
B. Create table Doctor (ID, Name text(10), Age int);
C. Create Doctor table (ID int, Name text(10), Age int);
D. Create table Doctor (ID int , Name text(10), Age int);
_____12. Which one is a valid SQL code to insert new record into a Doctor table?
A. Insert into Doctor values (10,’Birhanu Nega’,48);
B. Insert into values (10,’Birhanu Nega’,48);
C. Insert into Doctor (10,’Birhanu Nega’,48);
D. Insert to Doctor values (10,’Birhanu Nega’,48);
_____13. Which SQL statement is not Valid or syntactically error?
A. Alter table Doctor add column sex char(10); C. Delete Doctor;
B. Select * From Doctor; D. Drop table Doctor;
Direction IV Answer the following Questions.Your answer must be net and clear!(13 pt)
1. What is the aim of IoT? ________________________________________________________________________________
__________________________________________________________________________________________________________
2. What bigdata is? 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 column Address 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: ________________________________________________________________________________

P.by Bekalu.A
GOOD LUCK!

You might also like