Class 7th
Class 7th
Term I
Lesson:- 1, 2, 3, 4, 5, 6 and 7.
Lesson :1
Number System.
Q.1. Ratika’s computer teacher asked her to convert the octal number to Decimal
number. Suggest her the method which she should apply in converting the Octal
number.
Q.2. What are the rules to convert a decimal number in to Binary Number?
Answer
Answer:- The rules for performing multiplication using binary number is same as that of
decimal number . The given table illustrates the multiplication of two binary digits:
A B A*b = C
0 0 0 *0 = 0
0 1 0*1=0
1 0 1*0=0
1 1 1*1=1
Q.4. Briefly explains the Octal Number system.
Answer:- The Octal number system consists of 8 digit i.e.,0 to 7 with the base 8. The
procedure of octal to decimal conversion is similar to binary to decimal conversion. The
only difference is the change of base.
Lesson 2.
Working in Windows 7
1. Ritu has to complete her assignment and submit it on next day. While typing the
keyboard of a computer system has stopped working. Suggest her the alternate to
complete the assignment.
Answer:- On Screen Keyboard.
2. Meenakshi has stored various files in her laptop. She wants to view all the files
with detailed information including name, type six and date modified. Suggest
there the view format which would fulfill her requirement.
Answer:- Details Icon.
Answer:- Windows Explorer is the main tool that you use to interact with Windows 7.
You need to use the Windows Explorer to view, explore or organize libraries, files and
folders.
2. Name the different View formats. Briefly explain any two views.
Answer:- Windows provides many ways to arrange and identify your files while you are
viewing them. 1. Extra Large Icons. 2. Large Icons. 3. Medium Icons. 4.
Small Icons
Details:- As the name suggests, the details view provides detailed information of files
and folders, including name, type, size and date modified.
Contents:-It displays each file and folder on a separate row along with details, like date
modified size author etc.
3. How will you set the Date and Time for your computer?
Click on date and time option in control panel. The date and time dialog box will appear.
Click on change date and time tab. Date and time setting dialog box will appear. Change
date and time
Click ok Button.
Answer:- Control panel is a system folder using which we can make changes in the
appearance and current settings of the Window.
Column: – 16384
Goal seeks. Goal seek is a wonderful feature for fixing a specific result for one cell, by
adjusting a value in another cell.
Consolidating Data:– Consolidation refers to combining of data. We can combine data of
vaiious ranges either in the same worksheet or in the other worksheet.
Data series:– Data series are the bars slices or other elements that show data values.
Legend :– legend is a key that is used to identify the colors, patterns or symbols
assigned to a data series.
Answer one word.
1. In MS Office, which package in best for calculations? (Excel)
2. Which do we call the built in formulas used for calculating percentage, interest,
average etc. (Function)
3. Name the term used for plotting data in graphical form. (Charts)
4. How many type of data can be entered in MS Excel? (three = Number, text or
Formula)
5. How will you stat MS excel. (start> All program> MS office> Microsoft excel
2010.)
6. Which of the topmost bar in excel screen?( Title Bar)
7. Which bar displays the current selection or current activity? (Status Bar)
8. What is the intersection of row and a column known as. (cell)
9. Which term identifies the location of cell. (Cell Address)
10. By default how many sheet tabs are displayed at the bottom of a worksheet when
we open MS Excel. (Three)
11. Which box shows the location of the cell pointer? (Name box)
12. Which bar shows characters and formulas that we enter into and active cell.
(Formula bar)
13. What is the other name of spreadsheet? (Worksheet)
14. What is the temporary name given name given to a workbook when you open it?
(Book1)
15. Where do you enter data in Excel? (In Worksheet)
16. How can we select a column? (Click on the Column heading)
17. Which option is used to clear the contents of a cell? (Home >Clear>Clear All)
18. Which command is used to revert the last action that you have performed? (Undo)
19. Which is a temporary storage area that windows reserves for moving and copying
things? (Clipboard)
20. Which option is used to copy data. (Home > Copy)
21. Which feature is used to fill data in cells automatically? (auto fill)
22. Which function key is used to repeat most commands? (F4)
23. Which key combination is used to display the default data and time format?
(Ctrl+Shift+# and Ctrl +Shift+@)
Fill in the blanks:-
1. Formulas are used to perform Calculations.
2. A formula always being with and = (Equal)sign.
3. The cell address in a formula is also called cell reference.
4. The cell address in a formula that does not change on copying is considered
as Absolute reference.
5. To use the sheet reference, you need to enter sheet number Exclamation
markand cell address.
6. Arguments are input to function which accept values as number or text.
7. A function must6 be followed by opening and closing parenthesis.
8. A database helps the user to organize, retrieve, sort and edit data as needed.
9. A formprovides an easy way to enter or display a record.
10. Field nameis a column label for the field in a database.
11. To restrict cell entries within a specified range, use Data Validationoption.
12. To search a record with specific value, click on thecriteria button in a form.
13. Pivot Tableprovides an easy way to present the data in a summarized way.
14. Chartis a effective way to display data in pictorial form.
Answer:- F8
Q.2. Chetna created a file in Flash and saved it in her computer. Next day she was
unable to find the same file. . Suggest her the extension which she can use to easily
search that particular file.
Answer. .fla
2ND TERM Class 7th
Lesson 8 (Conditional Control Statements:)
Fill in the Blanks:-
Ø A Variable has a unique name, a type and a sixe, which is used to identify it in a
program.
Ø A string variable contains values, Symbols or Text within double quotes.
Ø IF –THEN statement is used for making Decisions as well as Comparisons.
Ø If the condition specified after IF is true, then the instruction after Then is executed.
Ø IF THEN ELSE Is a conditional decision making statement.
Ø Controls statements help to control the flow of a program.
State True or False:
Constants can change their values during the execution of a
program. False
Numeric variable can hold only numbers. True
The condition in IF THEN ELSE statement is by the logical operators. True
GOTO statement transfers the program control from one statement to
another . True
In READ- DATA statement, the data is provided in a program at the time of
execution. True
Application Based Question:
Q1. Vishal has created a program in QB64. He wants that the output of the program
should be displayed subjected to true and false condition. Suggest him the appropriate
statement.
Print “True”
Else
Print “False”
Q2. Smriti wants to give output of a program in infinite loop. Which statement will you
suggest her to use?
Answer:- Start:
<Condition>
GOTO start
end
1. + b.
$ c. [ B ]
Q.3. In IF..THEN..ELSE statement, if the condition is False, then the ……statement will
be processed.
1. ELSE b. IF c.
THEN [ A ]
Q.4. ………… statement is used to transfer the program control from one statement to
another.
1. PRINT b. IF THEN c.
GOTO [ C ]
Q.5. ………. statement is used when we want to have more choices in the IF…..THEN
statement.
1. ELSEIF b. GOTO c.
IF….THEN….ELSE [ A ]
Identify the errors:
Q1. IF A = 5 Rs THEN FOTO START
Answer:- IF A = 5 THEN FOTO START
Q5. IF X = “SUNDAY” THEN PRINT, “HAVE FUN” ELSE PRINT, “FOLLOW THE
ROUTINE”
Answer:- IF X$= “SUNDAY” THEN PRINT, “HAVE FUN” ELSE PRINT, “FOLLOW THE
ROUTINE”
Answer:- Constants:- Constants are the values that do not change during the execution
of a program.
Variables:- a variables is a named location in the memory of computer that store data
temporarily.
Q2. Describe the use of Control statements.
Answer:- The IF- THEN statement is the most basic type of control statement. It is used
for decisions based on comparisons. It checks only the “TRUE” condition of the program
and comes to an end. Example:- IF<CONDITION> THEN<STATEMENT>.
Answer:- END IF statement end a multiple line IF block statements. IT is required after
any multiple line IF, ELSE IF or ELSE statement blocks. The END IF should be written
before the END statement.
Answer:- FOR I = 1 TO 5 , A = A + 1, NEXT I.
Q.2. Raman’s teacher asked him to name the variable, which keeps count of the
number of repetitions performed in a loop but he is unable to recollect the same. Help
Raman to answer this query.
1. Control b. NEXT c.
FOR [ A ]
Which value is optional and can either be positive or negative?
1. FOR b. STEP c.
NEXT [ B ]
Which statement combines the initialization and checking step of counters in a single
statement?
1. DO b. WHILE c.
FOR [ A ]
Which statement gives the increment to control variable, and directs the program control
back to FOR statement.
1. NEXT b. FOR c.
STEP [ C ]
Which statement shifts the control back in the WHILE statement?
1. WHILE b. WEND c.
DO [ B ]
Which command Plays music in the background in QB64.
1. MB b. MF c.
T [ A ]
Answer:- STEP value is optional and can be either positive or negative. While using a
negative number with the STEP value is optional and can be either positive or negative.
Answer:-
WHILE …WIND :- WHILE statement directs the computer about how many DO UNTIL LOOP:- This loop
times the process has to be repeated and WEND statement shifts the control difference is that the execution
back to WHILE statement is false.
Q.6. Which variable stores the sum of the numbers entered during the execution of
a loop?
Answer:- An accumulator is variable that stores the sum of the number s entered during
the execution of a loop.
The command string expression contains the note or list of notes enclosed in It produces the actual beep soun
double quotes along with the PLAY statement sound can be placed anywhere i
has occurred.
Lesson 10
Graphics in QB64
Fill in the blanks:-
1. In high resolution, the computer screen is divided in 640 x 200Pixels.
2. The amount of pixels per unit on the screen is called the Resolution.
3. The LineStatement is used to draw a straight line.
4. Screen 7 supports 16different colours.
5. The “H” statement draws a line diagonally in upward direction the LeftSide.
State True or False:-
1. The Screen 0 mode is used only for
text. [T]
2. In medium resolution mode, the computer screen is divided into 320×400
pixels. [F]
3. The LINE statement is used to fill an object with a
colour. [F]
4. To draw vertical lines, y-axis co-ordinates will remain same for both starting and
ending points. [T]
5. The background colour code for Gray colour is
7. [T]
Application Based Question:-
Q.1. Kabir wants to draw a box filled with colour using the line statement, but he is
unable to recollect the keyword for making a filled box. Help him to finish this task.
Answer:- DRAW LINE
Q.2. The computer teacher has asked Awati to draw vertical lines. Which co-
ordinates will you suggest her to set for both starting and ending points of the line?
1. PSET b. SCREEN c.
LINE [ C ]
To draw a fill box, the letter ………………….. is used with line co-ordinates.
1. B b. BF c.
BC [ B ]
……………………………. statement is used to set the screen resolution.
3. What is the difference between B and BF option used with line statement?
Answer:- The letter B indicates the box option
The letter BF indicates to fill the box with the desired colour shade.
EXAMPLE:-
SCREEN 8
COLOR 7, 12
CLS
END
v Let’s say you want to send or receive mail, the internet has electronic post office that
allow you to communicate instantly with e-mail, where no papers, envelopes or stamps
are required.
v The World Wide Web is like a giant mall, where you can shop preview a movie
download music watch TV program and listen to radio stations from around the word.
v There are online libraries with millions of books and periodicals which you can use any
time.
v Chat rooms on the internet are equivalent to 24 hour coffee shop, with people online
to chat anytime you want.
Social networking: Social networking is the group of individual, who share their thoughts,
ideas, activities, events, photos, message and videos over the internet. The social
networking web sites function like on online community. Some of the popular social
networking sites are:- Facebook, LinkedIn, and hi5.
Micro blogging and twitter: – Micro blogging is a new form of communication in which
users can share their thoughts via short posts distributed by SMS (Short messaging
service), mobile phones, emails, digital audio or the web. Some of the most notable
service is Twitter, Tumblr, Jaiku etc.
Twitter is an online social networking site that allows users to send and receive text based
messages known as Tweets. A tweet is restricted up to 140 characters.
BLOGS. A blog is an easy to create web site that allows users to share their thoughts
with the world. The word “blog” comes from “Weblog” because a blog consists of a
signed and dated log of individual postings. The topic of the blog can be anything from
personal to professional.
Cloud Computing:-
Cloud is defined as the set of hardware, Networks, storage and service, Combined
together to deliver different aspects of computing as a service over a network or internet.
Cloud computing refers to manipulating configuring and accessing the application online.
Moreover this technology is making our business applications mobile and collaborative.
We can say that cloud computing is a model for enabling convenient and on demand
network access to a shared pool of computing resource that can be released with
minimal efforts or service provider interaction.
One Drive:-
One Drive, previously known as sky Drive Windows live Sky Drive Is a free online
storage facility offered by Microsoft? In February 2014. It has been officially renamed
from Sky Drive to One Drive that means one place where you can store all your photos,
videos, documents, etc., and that too free of cost.
Note:- Microsoft originally offered 25GB free storage space to SkyDrive users, But
reduced the amount to 7GB in the year 2012. From September 2013 onwards it has
included four premium storage plans to a upgrade the storage space.
E-Greetings:- An e-greeting is an electronic greeting card that you can send over the
Internet to convey your wishes to a friend or relative.
E-Mail:- Electronic mail is a process of sending and receiving text based messages over
the internet. You must have an e-mail address in order to access your e-mail. The email
address is similar to a postal address.
An e-mail address consists of two parts separated by “@” symbol. An email address
cannot contain spaces e.g. [email protected].
User Name:- It is the name of a person’s account. This can be the actual name of the
user, or any other name. e.g. sumitkaloniya
Domain Name:- It is the location of the person, account on the internet separated by a
period(.) and them type of organization is mentioned. E.g. gmail.com.
Micro blogging: Micro blogging is a new form of communication in which users can
share their thoughts via short posts distributed by SMS(Short Message Service), mobile
phones, emails, digital audio or the web.
Internet forum:- the term forum refers to a discussion area in a web site where people
with common interests can communication in the form of posted messages. It is a
system that allows users to send, read and reply to messages on a particular subject in
real time. A forum can be focused on any topic such as language technology, Sports,
music religion, etc.
Note:-
v You can send the same mail to many persons by typing their e-mail addresses in to
box separated b comma.
v Twitter is an online social networking site that allows users to send and receive text
based message known as tweets.
v Cloud computing refers to the manipulation, configuring and accessing the application
online.
v A part from the message, users can also send other type of computer files along with
the messages which are called attachments.
The following is a history of some of the most famous viruses and malware ever:
1. A)Boot Viruses
2. B)Program file Viruses
3. C)Micro Viruses
Q.2. List of problems that can be caused by a virus in a computer.
Ans.:- a virus can cause many problems in a computer such as;
Ans. Spam are unwanted bulk e-mails that come from strange sources. Spam are
generally sent in large number for commercial advertising.
Ans. Antivirus software is computer programs which are designed to identify, prevent
and remove viruses from a computer. They perform the following tasks in a computer.
v Scan the computer files to look for now viruses from virus dictionary.
v Identify suspicious behavior from any computer program which might indicate
infection.
Q.8. What is firewall?