Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
8 views6 pages

Comprehensive 2023 Paper B

The document is a comprehensive paper for an ICT course at The City School, covering various topics related to user interface design, programming concepts, and hardware components. It includes questions on user interfaces, variables, conditional statements, Python programming, Raspberry Pi, and related technologies. The paper is structured in a question-answer format, aimed at assessing students' understanding of ICT concepts and practical applications.
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)
8 views6 pages

Comprehensive 2023 Paper B

The document is a comprehensive paper for an ICT course at The City School, covering various topics related to user interface design, programming concepts, and hardware components. It includes questions on user interfaces, variables, conditional statements, Python programming, Raspberry Pi, and related technologies. The paper is structured in a question-answer format, aimed at assessing students' understanding of ICT concepts and practical applications.
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/ 6

The City School

University Road Campus


COMPREHENSIVE PAPER ICT- B

Name: _______________________________ Class/ Sec: 8 /


1.With the help of the
given picture give your
opinion about user
interface design.(4)

2.List any four components of Good User Interface. (4)


3.While looking at the
picture, identify the
type of user interface.
List any four features.
(4)

4.List any four GUI Controls in Visual Basic. (4)


5.What are Variables. Differentiate between Public and Private variable and their uses. (5)
6.Give the most suitable “VALUE RANGE” for each of the following “VARIABLE TYPE”. (4)
Variable Type Common language Value range
runtime type structure
Boolean Boolean
Date DateTime
lnteger Int32
String (variable String (class)
length)
7.What are Conditional statements? List any three main types of Conditional Statements. (4)
8.How does If statement works? (3)
9.How does If Then …Else Statement works? (3)
10.How does If…Then…ElseIf Statement works? (3)
11.Differentiate between Conditional and Logical Operators. (4)
12.Describe the suitable meaning of each condition operator. (4)
OPERATOR MEANING
=
>
<
>=
<=
<>
13.Describe the suitable meaning of each LOGICAL operator. (4)
OPERATOR MEANING
AND
OR
XOR
NOT
14.What are looping statements? List loop types. ( 4)
15.Differntiate between for…Next Loop and Do…. Next Loop. (4)
16.Elaborate Event Handling in your own words. Also discuss Mouse Events. (4)
17.Write the Event with the suitable description. (3)

• Mouse Down
• Mouse Enter
• Mouse Hover
• Mouse Leave
• Mouse Move
• Mouse Up
18.Define Functions and Subroutines. (4)
19.Differntiate between Public and Private Functions. (2)
20.How does
Modules work in
development
applications.
Elaborate about
the code given in
picture.(4)
21.Program Debugging and Error Handling are important in Visual Studio. Kindly Elaborate. (4)

22.Describe what Single Board Computers are? (3)


23.Credit card size computing device is a great recent invention. Name this invention also gives your opinion
about this device. (4)
24.Give two real life examples of Raspberry Pi. (2)

25.Picture given gives clear


illustration about the
components of Raspberry.
Write in detail about each one
of them. (4)

26.Write few points about the architecture of Raspberry Pi. (3)


27.Write two most important accessories needed to work with Raspberry Pi. (4)

28.Picture given gives clear


illustration about the GPIO
Pins. Write in detail about the
function of GPIO Pins.
(4)

29.Raspbian OS is? Describe


the interface of Raspbian OS.
(4)

30. Ms. Sophia lead Computing teacher in Harvard Collage assigned a task to research on worlds easiest
programming language. In your opinion the survey showed which language also support your response. (4)
31.If we want to design a
program in Raspberry Pi using
Python IDLE, what steps we
need to follow.
(3)

32.What are VARIABLES in Python and how do they work? (3)


33.Data types in Python are ….? Give three datatypes …. (3)

34.The picture gives you an insight


about some storage element of Python.
Name and characterize the specific
Python element.
(3)

34. While working with List in Python you will come across with adding an item to list and deleting an item
from the list. Give the command and function of those commands. (4)

35.What is a Conditional
statement. In the given
code which condition is
applied?
(3)

36.Diffrentiate between ELIF and ELSE Statement. (4)

37.Loop is an important
computer instruction
which we use in
programming. Elaborate
the use of loops in the
code given.
(3)
38.Def keyword is
used for a Python
operation which we
called? Why we need
this Python function?
(4)

39.What does SCM stands for ? (3)


40.Why do we use BreadBoard? (3)
41.What do you understand by the word “Resister”? (3)
42.In your words write about jumper wires and why do we use them? (3)

43.Alex is given a task to


create a program for
blinking a LED .List the
equipment’s needed? Also
mention steps for making a
circuit.
(4)

44.Match the components with its correct description and note answer in the third column. (5)

45. What is Micro SD card? Why is it used in Raspberry Pi? [3]


46. Write down the output of the following code. (5)
Code Output

NewList [10,20,30,” Computing”]


print (NewList [3])

X=” Python is “
Y=” Awesome”
Z=X+Y
Print(z)

Mylist = [“English”,” Math”, “Urdu”]


Mylist.append = (“Science”)
print (Mylist)

thislist= [“red”,” yellow”,” Green”,


“pink”]
del thislist [2]
print(thislist)

score = 9
print (score)

47. Who is Sophia and why it was created?


(3)
48.What is Sonar Sensor and Why it is used?
(4)
49.Explain how does Sonar Sensor work?
(3)
50.What is Servo Motor and how does it work?
(3)
51.What is Bumble Pi and why it is used?
(3)
52.Explain Pi shield.
(4)
53.What is bootloader and why it is made?
(4)

You might also like