Ed
Ed
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