0% found this document useful (0 votes)
33 views5 pages

Class 7

This document contains an ICTech class worksheet for The City School Liaquat Campus. The worksheet includes multiple choice questions, true/false statements, fill in the blank questions, and short answer questions about topics like adding descriptions to webpages, CSS, HTML versions, HTML tags, and the general syntax of CSS rules. It also includes questions about functions of code blocks for controlling a robot, programming languages used for the Edison robot, sensors on the Edison robot, and writing CSS selectors and rules.

Uploaded by

Moha 99
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)
33 views5 pages

Class 7

This document contains an ICTech class worksheet for The City School Liaquat Campus. The worksheet includes multiple choice questions, true/false statements, fill in the blank questions, and short answer questions about topics like adding descriptions to webpages, CSS, HTML versions, HTML tags, and the general syntax of CSS rules. It also includes questions about functions of code blocks for controlling a robot, programming languages used for the Edison robot, sensors on the Edison robot, and writing CSS selectors and rules.

Uploaded by

Moha 99
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

The City School

Liaquat Campus
Comprehensive Worksheet
ICTech Class – 7

Answering Key

[Link]

1) Adding a description to your webpage


a. Insert – Head -- Description
b. Insert – HTML -- Description
c. Modify – Head -- Description
d. Command – Head -- Description

2) CSS full form


a. Cascading Sheet System
b. Cascading Style System
c. Cascading Style Sheets
d. Cover Style System

3) Which HTML version support new features, including video and audio playbacks as well as 2D
and 3D graphics?
a. HTML1
b. HTML2
c. HTML4
d. HTML5

4) Opening and Closing tag of HTML


a. <html>…..</html>
b. <html>…..<html>
c. </html>…..</html>
d. </html>…..<html>

5) The general syntax of CSS rule is the..


a. self { property: value; }
b. selector { profit: value; }
c. self { profit: value; }
d. selector { property: value; }
Q2Sate whether the following statements are True or False
1. The color property changes the text color of the element. T

2. Padding is the distance of the contents of an element to the inside walls of the T
container.
3. Font color #000 is black. T

4. <tr> is table rule F

5. <td>is table data T

Question 2
Fill in the underlined blanks with the proper word/phrase

1. contain
2. domain name
3. on the same
4. of other
5. starting
6. Website
7. web pages
8. [Link]
9. web pages
10. set
11. home page

6 8

10 9 5

2 11 7

4 3
Question 3 Write the name and functions of the following blocks.
Symbol Name Description
Move forward This block of code is used to
move Robot forward for one
second.

Turn Left This block of code is used to turn


Robot left for one second.

Line following This block of code is used to


follow the black line with the help
of IR sensor.

Both LED ON This block of code is used to


switch on both LEDs[left and
Right]

Clap detector enable This block of code is used to


detect sound in the form of single
OR double clap.

Short question/Answers:
a) Define the SEO:
Answer is in the Book Page #126

b) What is new in HTML 5 as compared to HTML 4


Answer is in the Book Page #131

c) Define CSS:
Answer is in the Book Page #132

d) List main parts of the robot:


Answer is in the Book Page #97
Q. Write description for each categories of icons in the icon palette:

1. Control: Control that align with the action for e.g play misc ,play beep ,single drive
__________________________________________________________________________
2. Read: received the signal and perform action for eg. Detect line ,detect clap ,read timer ,sense light
__________________________________________________________________________
3. Data:For processing and calculations for e.g set memory ,copy data ,calculate byte
__________________________________________________________________________
4. Flow: use for the conditions and repetitive commands for e.g loop ,ifthen ,event wait

_________________________________________________________________________

Q. Name three programming languages which Edison robot is used to programmed .

Ans. Edison can be programmed from a computer or tablet using any of our three programming languages

EdBlock , Edscratch , Edpy

Q. Name any three sensors in Edison robot?

Ans. Line tracking sensor, IR sensor, Light sensor, sound sensor

Write general syntax of CSS rule.

A CSS comprises of style rules that are interpreted by the browser and then applied to the corresponding elements in your
document. A style rule is made of three parts − Selector − A selector is an HTML tag at which a style will be applied.

Explain each of the following selector


1. # sidebar(

Width: 220px;)

Name of selector # sidebar

Description of selector CSS to change side bar width

property Width

value 220

2.
.txtcenter(

Text-align: center;

Name of selector .txt center

Description of selector Text align centre


property Align

value Centre

Q: Take a look at the following CSS rules and write font color and text alignment for paragraph. Justify your by defining the
code below.

Body{

Color: #000;

Text-align: center;

P{

Text-align: left;

<body>

<p>This is a paragraph</p>

</p>

Ans. page no 144

You might also like