0% found this document useful (0 votes)
56 views21 pages

complete worksheet[1]

comp worksheet

Uploaded by

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

complete worksheet[1]

comp worksheet

Uploaded by

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

The City School

Mirpur Campus
Class: 6-T Term-2

NAME: Haiqa Rehan Date: _________05/03/2024____________

Handling Databases
Total Marks: /20

Fill in the blanks. ( /7)


1. The common language among electronic database is _____________.
2. The most important property for a field is its ____________.
3. All tables are composed of horizontal columns and vertical _rows_, with small rectangles
called rows_.
4. To work with records from more than one table, you often must create a ____________that
joins the tables.
5. ____________ allows you to view,format and summarize the information in database.

Multiple choice question. ( /3)


1. option allows you to create a new database from scratch or choose from a
selection of template.

a) Open b) New c) Option d) Create


2. A is a way of organizing information by type.

a) Field b) Record c) Cells


3. A ________________ is one unit of information.

a) Field b) Record c) Cells

Select true or false statement. ( /5)

1. Reports allow to add, edit or display the information stored in a database. True/False
2. MS Access is a database management tool, used to store and manipulate data. True/False
3. Unique constraint enforces that data entered in this field can be repeated. True/False
4. Not null is considered as empty or zero. True/False
5. Design view is used to Creating Fields/Types while Datasheet View is used to enter Enter Record
True/False
The City School
Mirpur Campus
Class: 6 Subject: computing Term-2

NAME:

Q1: Fill in the blanks

1. are structured set of data.

2. are called records.

3. is a key in a database that is unique for every record.

4. Tables are composed of ________ and __________ with small rectangles called

are called fields.

Q2: Choice the correct option.


1. _________ reinforces that field cannot be left unused.
a) Not Null b) Null c) Unique constraints d) Not Unique

2. _______________ reinforces that data in the field cannot be repeated.

a) Not Null b) Null c) Unique constraints d) Not Unique

3. ____________ is a column or group of column in a relational database table that provides a


link between data in two tables.

a) Query b) Report c) Form d) Field


The City School
Mirpur Campus
Q4: Answer the following questions

i) How Facebook uses MySQL as primary database management system?

ii) What is a difference between MS Excel and MS Access?

iii) What is the difference between form and query?


The City School
Mirpur Campus

Handling Databases (Worksheet)


Total Marks:
Q: Fill in the blanks with the Bold letters Given.
1. The common language among electronic database is _____________. (SQL)
2. The most important property for a field is its ____________(
3. All tables are composed of horizontal_________ (rows)and vertical ____________(Columns), with
small rectangles called ____________(Cell).
4. To work with records from more than one table, you often must create a
____________(Relationship)that joins the tables.
5. ____________ (Report)allows you to view,format and summarize the information in database.

Q: Multiple choice question.


1. option allows you to create a new database from scratch or choose from a selection of template.

a) Open b) New c) Option d) Create


2. A is a way of organizing information by type.

a) Field b) Record c) Cells


3. A ________________ is one unit of information.

a) Field b) Record c) Cells

Q: Select true or false statement.


1. Reports allow to add, edit or display the information stored in a database. True/False (F)
2. MS Access is a database management tool, used to store and manipulate data. True/False (T)
3. Unique constraint enforces that data entered in this field can be repeated. True/False (F)
4. Not null is considered as empty or zero. True/False (F)
5. Design View is used for Creating Fields/Types while Datasheet View is used to Enter Record. (T)

Q1: Fill in the blanks. /5


1. Ms-Access is a _________________________ Management System.

2. In databases________________________ is used to join two or more than two tables.

3. Primary Key has _____________________ and ______________ Constraints

4. _______________Key is a column or group of columns in a relational database table that provides a


link between data in two tables.
The City School
Mirpur Campus
5. Tables are composed of horizontal __________ and vertical _____________ .

Q2: Choose the correct option. /2.5


1. ___________ constraint enforces that this field cannot be left unused or empty.

a) table b) MS-Access c) Database d) Not Null

2. A ____ is a special question you apply to the database to find specific data and get the information you
want.

a) Form b) query c) Primary Key d) Report


3. A __________ in a database uniquely defines each record.

a) Primary Key b) Database c) Access d) Secondary Key

4. __________ is a complete information of one Record.

a) Column b) Row c) Access d) Secondary Key

5. _______________ is a way organizing information by type.

a) Cell b) Column c) Field d) Row

Q3: Answer the following questions


i i) What do you know about Databases? Explain.

______________________________________________________________________
i ii) Is MS-Access a DMBS, Briefly Describe?

______________________________________________________________________
_
______________________________________________________________________
__
______________________________________________________________________
__
i iii) What is a datatype? Name any 4 datatypes of MS-Access?

iv) What is Role of Primary Key and Foreign Key in DBMS , Give the difference?
The City School
Mirpur Campus
______________________________________________________________________
__
______________________________________________________________________
__
______________________________________________________________________
__
______________________________________________________________________
_
______________________________________________________________________
_
i v) What is the Purpose of relationship in Table?

______________________________________________________________
______________________________________________________________
The City School
Mirpur Campus
Answer the following questions
Q1. Define Database?
A structured set of data held in a computer that can be accessible in various ways is called a
database. Moreover, a Database is a place where you can store and retrieve (Access) the
required data and is placed centrally in a Machine. For e.g: Employee Information stored in
an organization’s Database, Nadra Stores the Information of All Citizens of Pakistan in Their
Database.
Q2. Brief describe about MS-Access.
MS-Access is a DBMS that is used to Store and Manipulate the Data and is used to make
Business Applications.
Q3: What is a datatype? Name any 4 datatypes of MS-Access?
Datatype is used to classify the type of data that which type you want to store in the Column
(field). Number, Short-text, LongText, DateTime are a few examples.
Q3: Define Primary and Foreign Key?
Primary Key: is a unique identifier that uniquely identifies each record in a table. Primary key
mustn’t repeat its value and it shouldn’t be kept null. Primary key typically appears as a
column in a relational Database. E.g of P.Key: ( RollNo, IDNO, Vehicle ID No)
Foreign Key: is a column or group of columns that provides a link between data in two tables.
It is the reference of Primary key of one table in another table.
Q4: What are 2 Constraints of Primary key?
1. Not Null: This Constraint enforces that a field of Primary Key cannot be left unused.
2. Unique: This Constraint enforces that Data entered cannot be repeated and all values
should be unique to each other.

Q5. What is a Query? How its works?


A query is a special question you apply to the database to find specific data and get the
required information. You can pull information from one or more table on the basis of search
condition provided.
Q6. What Functionality Forms and reports have in MS-Access?
Forms allows to add , edit/update , and display the information Stored in the database.
Report allows you to view , format and summarize the information of the database.
Q7: Why we use relationship in tables?
Relationship in database is used to join two or more than two tables on the basis of
primary and foreign key. You cannot pull information from more than one table until
relationship has made.
The City School
Mirpur Campus
Name: _______________________ Date: ____________
Q1: Fill in the Blanks: /10

1. ________________________ helps you to navigate records one at a time.


2. SQL stands for ________________________________________.
3. MS Access is a ________________________________.
4. The most important property of a field is its __________________.
5. Intersection of a row and column forms a ____________.
6. Tables can be created through ______________ and _______________ view.
7. ____________ field is created in every table by default.
8. Primary Key (PK) has two constraints _______________ and _____________.
9. _____________, __________________, ___________________ and ______________ are the
4 design layouts available for Forms and Reports.
10. _______________ allows you to add, delete, retrieve, edit or display information stored in
the database.
Q2: Short Question and Answers:

a) Name the different objects that you can create in MS Access? /2


__________________________________________________________________________________________
__________________________________________________________________________________________
__________________________________________________________________________________________
_________________________________________________________

b) Define Data types? What are the different data types available in MS Access? /4

__________________________________________________________________________________________
__________________________________________________________________________________________
__________________________________________________________________________________________
__________________________________________________________________________________________
__________________________________________________________________________________________
________________________________________.

c) Define Primary Key? Give some examples of primary keys. /3


The City School
Mirpur Campus
Q1: Encircle the correct answers.
[ /3]

1. Which key is uniquely identifies each record?

a.Unique Key b.Primary Key c.Secondary Key d.candidate key<

2. _____________________option allows you to create a new database from


scratch or choose from a selection of template.

a.open b. new c. option d. create.

3. A____________ is a way of organizing information by type.

a.Field b.Record c.Cells

Q2: Fill in the blanks. [ /3]

1. ________ constraint enforces that the data entered in this field cannot be
repeated or all the values entered should be unique to each other.

2. A ____________ is a special question you apply to the database to find


specific data and get the information you want

3. A______________ is a column or group of colums in a relational database


table that provides a link between data in two tables.

Q3. Select the True or false statement. [ /3]

1. Reports allow to add, edit or display the information stored in a database.


True/False

2. MS Access is a database management tool, used to store and manipulate


data. True/False

3. Reports allow to add, edit or display the information stored in the database.
True/False
The City School
Mirpur Campus

Q4. What do you know about query? [ /2]

__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
_____

Q:5 What do you know about constraints and also write their names. [ /2]

__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
_____

Q6: Explain Primary and Foreign Key. [ /7]

__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
_____

__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
__________________________________________________________________
The City School
Mirpur Campus
Topic: Handling Databases

Name: ______________________ Date: _________________ Class: 6T


Q1: What is a database?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q2: Define DBMS? Give examples of DBMS?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q3: What is SQL?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q4: Name the tools available in Quick Access bar?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q5: Name the most important property of a Field?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________
The City School
Mirpur Campus

Q6: Name and explain any 3 data types?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q7: Define Table, Field, record and Cell?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q8: Which field is created by default in every table?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q9: Differentiate MS Excel and MS Access?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________

Q10: Differentiate between primary and foreign key?

__________________________________________________________________________________________

__________________________________________________________________________________________

_________________________________________________________________
The City School
Mirpur Campus
Class: 6 Term-2

Topic: Minecraft-Hour of Code (Worksheet)


Question: Choose the appropriate letters A, B, C and D. (5 Marks)

1.) The white space on the right in minecraft is called __________ where we build our programs.
A. Workspace
B. Toolbox
C. Interface
D. Play space

2.) To move a character, we use ______________ block from the toolbox.


A. Turn Left
B. Turn Right
C. Move Backward
D. Move Forward

3.) Method to delete the block in minecraft is ________________.


A. Right Click & Press Delete
B. Use Del Button on Keyboard
C. Press Ctrl + D key simultaneously
D. Drag it back from the stack to the toolbox

4.) To perform any action multiple times, one can use_________ in minecraft.
A. IF Statement
B. Repeat Loops
C. move Forward() Block
D. move Backward() Block

5.) IF statements are used to _____________.


A. Make Decisions
B. Perform Analysis
C. Repeat actions
D. Forward the Character

Question: For each of the following, indicate True or False (5 Marks)

1.) Blockly is a system which uses text to write programs. True/False.


2.) HTML code is created as a backend by using blockly system. True/False.
3.) Minecraft play space is where program built. True/False.
The City School
Mirpur Campus
4.) Repeat loops are used to make decisions. True/False.
5.) Traditional programming is usually in text. True/False.

Class: 6 Term-2
The City School
Mirpur Campus
Topic: Minecraft-Hour of Code (Worksheet)
Question: Choose the appropriate letters A, B, C and D. (5 Marks)

6.) The white space on the right in minecraft is called __________ where we build our programs.
E. Workspace
F. Toolbox
G. Interface
H. Play space

7.) To move a character, we use ______________ block from the toolbox.


E. Turn Left
F. Turn Right
G. Move Backward
H. Move Forward

8.) Method to delete the block in minecraft is ________________.


E. Right Click & Press Delete
F. Use Del Button on Keyboard
G. Press Ctrl + D key simultaneously
H. Drag it back from the stack to the toolbox

9.) To perform any action multiple times, one can use_________ in minecraft.
E. IF Statement
F. Repeat Loops
G. move Forward() Block
H. move Backward() Block

10.) IF statements are used to _____________.


E. Make Decisions
F. Perform Analysis
G. Repeat actions
H. Forward the Character

Question: For each of the following, indicate True or False (5 Marks)

6.) Blockly is a system which uses text to write programs. True/False.


7.) HTML code is created as a backend by using blockly system. True/False.
8.) Minecraft play space is where program built. True/False.
9.) Repeat loops are used to make decisions. True/False.
The City School
Mirpur Campus
10.) Traditional programming is usually in text. True/False.

Handling Databases
The City School
Mirpur Campus
Q1: Select the correct option.
1. A __________ in a database uniquely defines each record.

a) Access b) Secondary Key c) Database d) Primary Key

2. ___________ constraint enforces that this field cannot be left unused.

a) table b) Not Null c) Database d) Word

3. A ____ is a special question you apply to the database to find specific data and get the information you
want.

a) Form b) Table c) query d) Report


Q2: Fill in the blanks.
1. DBMS stand for _________________________________

2. _________________________ is a DBMS.

3. In databases________________________ is used to join two or more than two tables.

4. _____________________ and ______________ Constraints used for primary key.

5. _______________Key is a column or group of columns in a relational database table that provides a


link between data in two tables.

Q3: Select true or Statements True False


The City School
Mirpur Campus
false statement.
S.No
Report allows you to view, format and summarize
1. the information database.

Tables are composed of horizontal rows and


2. vertical columns, with small rectangles called cells.

A record is one unit of Complete Data in the table.


3.

Field is a way organizing information by type.


4.

Primary key duplicates the data.


5.

Answer the following questions


i) Define Database, DBMS and also write about Database System.

______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
ii) Brief describe about MS-Access, what type of application can be built in it?

______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
iii) What is a datatype? Name any 4 datatypes of MS-Access?
The City School
Mirpur Campus

______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________

iv) What is the difference between Primary Key and Foreign Key 3

v) Define the table, field and record?

______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
______________________________________________________________
vi) Why we use relationship in tables?

______________________________________________________________
______________________________________________________________
The City School
Mirpur Campus

Class: 6 Term-2 NAME: Date: _____________________


Topic: Robotics (Worksheet)
Q: Fill in the blanks.
1. Edison is the perfect tool to help, learn and teach coding, robotics and steam.
2. Edison is a Programmable robot. Edscratch is a visual block-based programming language.
3. Edison Supports Block and text based programming and uses Python as programming language.
4. Edcomm cable is used to program Edison via connecting it with computer.
5. Edison Line tracking sensor is made up of two parts Red LED Light and Light Sensor.

Answer the following questions


Q1. What is a robot? What type of Edison Robot is?
A robot is a programmable mechanical device that can perform specific tasks on the basis of the
provided code & mechanism. Edison is a programmable robot. It is suited to learning basic concepts
and complex processes as it supports Block Based and Python Programming.
Edison is the perfect tool to help, learn and teach coding, robotics and steam.
Q2. Describe the feature of interface (Ed-scratch) we are using to program Edison.
Edscratch is a vertical block -based visual programming language based on scratch. Edscratch
provides ease of drag and drop programming with powerful functionality and versatility.
Edscratch environment has 4 area; Block Palette, Programming Area, Menu Bar and Bug Box.
Q3: Briefly describe about Edscratch environment areas; 1. Block Palette, 2. Programming Area,
3. Menu Bar and 4. Bug Box.
Ans: (Ref Page No:164 of Computing E-Book)
Q4: What is the function/purpose of the following in Edison Robot?
1. LED 2. Drive 3. Sensing 4. Control 5. Sensing

Ans: (Ref Page No: 165, 167 & 171 of Computing E-Book)
Q5: What do you know about Romeo Robot?
Ans: (Ref Page No: 166 (checkpoint) of Computing E-Book)
Q6: Why Robots are important? (General Question) Ans: Robots can make Human life easier and
much safer. Robots can do tasks which are dangerous for human life like Bomb Diffusion, security
guards etc.
Imp: Let’s Review Page and Checkpoints given in the Chapter are all important, please Do not
rely only on the Worksheet. Go through the book as well while preparing for Assessments &
Exams. Feel Free to ask Question about this if any during Revision Classes
The City School
Mirpur Campus

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy