0% found this document useful (0 votes)
26 views1 page

VIII SummerAssignment Computer

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)
26 views1 page

VIII SummerAssignment Computer

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/ 1

PA-1 Summer Assignment

Grade: VIII
Subject: Computer

1. What are the components required for wired networking?


2. Wi-Fi stands for ________________________.
3. Draw the diagrams of all types of basic network topologies.
4. State True or False:
• Bluetooth is a wireless technology used to interconnect mobile
phones only.
5. Match the following:

Column A Column B
A. Simplest form of network i. The ‘range()’ function
structure
B. Plays a significant role in the ii. Point-to-Point topology
working of loops
C. Produces a sequence of iii. The ‘in’ Operator
numbers

6. The iterative statements are also called ________________ statements.


7. Why we use the counter variables in loops?
8. State True or False:
• The for loop is used when you are not sure about how many
numbers of times a loop body will be executed.
9. _____________________ operator is used to repeat a string for a
number of times.
10. Write a program in python to print the following series (using ‘range()’
function):
3, 10, 17, 24, ……………, 87.

You might also like