Posts

CBSE,class 7,IT computer, unit 1, computer software

Image
CBSE,class 7,IT computer, unit 1, computer software

CBSE, class 7, It computer, unit 2 functions and charts in calc

CBSE, class 7, It computer, unit 2 functions and charts in calc Q.1 If we use =ROUND() formula, so what was the output. a. =Round(45.22)   Answer : 45   b. =Round(68.88) Answer : 69   Q.2 If we use =GCD() formula, so what was the output.   c. =GCD(2;4;6;8;24) Answer: 2   d. = gcd(6;12;24)   Answer: 6   Q.3 If we use =LCM() formula, so what was the output. a. =LCM(3;6;9) Answer : 18   Q.4 If we use =Date() formula, so what was the output. a. =Date(1994;5;4) Answer: 5-4-1994   Q.5 A __________ reads each statement of the source program, converts it into the machine language and then executes. Answer : Interpriter   Q.6 MS Excel is which type of application software? Answer: General Purpose   Q.7 Which one is correct example of utility software? Answer: WinZip   Q.8 Which one is correct example of Propitiatory software? Answer: Microsoft Office   Q.9 Write Correct output of given below.   1. =LEN("Podar_# School") Answer : 14   2. =upper("today is saturday") Answer : T

Cbse, class, 7, It computer, Ch: 2 Functions and Charts in Calc

Cbse, class, 7, It computer, Ch: 2 Functions and Charts in Calc Mathematical Functions: ·          ROUND()  : This function rounds a number to the specified number of digits Syntax: =ROUND(number; count)   ·          LCM(): This function finds the least common multiple of given numbers. Syntax: =LCM(Integer1;Interger 2;.......)   ·          GCD()  : This function finds the greatest common divisor of given numbers. Syntax: =GCD(Integer1;Interger 2;.......) Text Functions ·          UPPER ()  : This function converts text to uppercase letters. Syntax: =UPPER (text) ·          LOWER():  This function converts text to lowercase letters. Syntax: =LOWER(text) ·          LEN()  :This function finds the number of characters in text.  Syntax: =LEN(text) Date & Time functions ·          Date()  This function displays the entered day, month and year in the mm/dd/yy date format. Syntax: =DATE (year;month;day) ·          Time()  This function converts the entered hours, minutes and seconds in 2

CBSE, class, 7, IT computer, unit 2, functions and charts in calc

Image
CBSE, class, 7, IT computer, unit 2, functions and charts in calc    

CBSE, class, 7, IT computer, unit 4 .more on HTML

CBSE, class, 7, IT computer, unit 4 .more on HTML Table tags related Questions: Q.1 Which of these tags belong to table? <thead>,<body>,<tr> <table>,<head>,<tfoot> <table>,<tr>,<td> <table>,<tr>,<tt> Q.2 Which of the following tags gives a caption to the table? <caption> <head> <heading> None of these Q.3 Which of the following is used to specify the beginning of a table’s row? <td> <tr> <row> <tt>   Q.4  Which tag is used to add columns in the tables? <colspan> <td> <tr> None of these   Q.5 This tag is used to specify the individual table data in a table. <tr> <td> <th> <table>       Q.6 In order to add border to a table, border attribute is specified in which tag? <th> <table> <td> <tr>   Q.7 Which of the following is an attribute of < table > tag? src cellpadding link bold   Q.8 Which attribute of th

CBSE, class, 7, IT computer, unit 4 .more on HTML

Image
CBSE, class, 7, IT computer, unit 4 .more on HTML Q.1   The main container for <TR>, <TD> and <TH> is _______ a) <DATA> b) <GROUP> c) <TABLE> d) None of the above   Q.2 Which one is correct option. a) <td valign = “TOP”> b) <td valign = “Left”> c) <td valign = “Right”> d) None of the above   Q.3  rowspan can be added to which tag? 1.     <hr> 2.     <table> 3.     <td> 4.     <tr>   Q.4  Which attribute of <td> tag is used to merge two or more columns to form a single column? 1.    colspan 2.    cellspacing 3.    cellpadding 4.    rowspan   Q.5  Which attribute helps to align data vertically in a single cell. 1.     align 2.     valign 3.     halign 4.     format     Q.6 ______ tags used for add color in particular cell. 1. color 2. bgcolor 3. background 4. none of the above   Q.7 Identify the common alignment in <tr> tag and <td> tag. 1. <align>, <valign>, <background> 2.

CBSE, class, 7, IT computer, unit 4 .Ore on HTML

Image
CBSE, class, 7, IT computer, unit 4 .Ore on HTML  

Cbse, class 7, IT computer, unit 1 Ch.1 Types of Software

Cbse, class 7, IT computer, unit 1 Ch.1 Types of Software System Software  It is responsible for managing and controlling hardware resources so that other software and users can use the hardware effectively. Operating System: An Operating System (OS) is the most important and basic set of software required for a computer to function. It manages the hardware resources and provides some common services for the users. A general purpose computer must have an operating system to install and run other programs.   Some of the basic tasks of an operating system are: ·         Receiving input from input devices and send output to output devices. Š ·         keeping track of files and directories on the hard disk and other storage devices Š ·         allocating memory to various programs and files Š ·         ensuring security by specifying user access rights ·         Some examples of operating systems are DOS, UNIX, Windows, LINUX, Ubuntu and Mac OS X.     Language Processors: The instructions

CBSE, class 7, IT computer, unit image editing in gimp

Image
CBSE, class 7, IT computer, unit image editing in gimp   

Cbse, class 7, IT COMPUTER, united 1types of software

Cbse, class 7, IT COMPUTER, united 1types of software   2. How is an interpreter different from a compiler?   S.No. Compiler Interpreter 1. The compiler scans the whole program in one go. Translates the program one statement at a time. 2. As it scans the code in one go, the errors (if any) are shown at the end together. Considering it scans code one line at a time, errors are shown line by line. 3. The main advantage of compilers is its execution time. Due to interpreters being slow in executing the object code, it is preferred less.   3. List and explain the function of any four utility software. ·         Antivirus utilities scan files for computer viruses and remove them. ·         Backup utilities are used to make a copy of all the information stored on a disk so that it can be restored in case of a disk failure. ·         Data compression utilities are used to compress files into a smaller size so that they occupy less disk space. Compressed files are also easier and faster to sen

Cbse, class 7, IT COMPUTER, UNIT 1, TYPES OF SOFTWARE

Image
Cbse, class 7, IT COMPUTER, UNIT 1, TYPES OF SOFTWARE   Q:1. Select the correct option.   a. This software directly interacts with the hardware and allows you to communicate with it.   i.      system software ii.      application software   iii.      both (i) and (ii) iv.      none of these b. Which of the following is an example of utility software?   i. MS Excel ii. Google Chrome   iii. Windows Media Player iv. Bull guard c. It is available for free and can be modified according to our requirements.   i.      firmware ii.       open source software   iii.      both (i) and (ii) iv.      none of these d. A set of one or more programs used to accomplish a specific task but not necessary for running the computer.   i.      system software ii.      application software   iii.      both (i) and (ii) iv.      none of these e. Which of the following is not an example of utility software?   i.     Norton Antivirus ii.     Winzip   iii.    Windows Media Player iv.    Bull guard 2. Do as direc

CBSE, CLASS 7,IT, COMPUTER, UNIT 2, FUNCTIONS AND CHARTS IN CALC

Image
CBSE, CLASS 7,IT, COMPUTER, UNIT 2, FUNCTIONS AND CHARTS IN CALC  Notes Mathematical Functions: ·          ROUND()  : This function rounds a number to the specified number of digits Syntax: =ROUND(number; count) Example :     = Round(35.45;0) Answer : 35 = Round(39.95;0) Answer : 40   ·          LCM(): This function finds the least common multiple of given numbers. Syntax: =LCM(Integer1;Interger 2;.......) Example :     = LCM(10,5,15) Answer : 30 = LCM(2,6,8) Answer : 24     ·          GCD()  : This function finds the greatest common divisor of given numbers. Syntax: =GCD(Integer1;Interger 2;.......) Example :     = GCD(10,5,15) Answer : 5 = GCD(2,6,8) Answer : 2   Text Functions ·          UPPER ()  : This function converts text to uppercase letters. Syntax: =UPPER (text) Example :     = UPPER(“podar”) Answer : PODAR = UPPER(“function”) Answer : FUNCTION   ·          LOWER():  This function converts text to lowercase letters. Syntax: =LOWER(text) Example : = LOWER(“PODAR”) Answer : po

CBSE, CLASS 7,IT COMPUTER,UNIT 3 TINKERCAD CIRCUITS

Image
CBSE, CLASS 7,IT COMPUTER,UNIT 3 TINKERCAD CIRCUITS 1. Fill in the blanks.   a.                                tests the working of the circuits and components.   Ans simulation     b.   The                            is used to assemble and connect various components of a circuit.   Ans breadboard   c. In an LED, the positive end is called the                             and the negative end is called the                            .   Ans anode, cathode     d.   A                           is used to restrict the flow of current to electrical components in a circuit..   Ans resistor     e.   To zoom in on any component in Tinkercad, we must hold the Control key and press the                           key.   Ans plus   2.   Label the following.   a. Anode and Cathode in an LED   Ans.     b. Different parts of a breadboard   Ans.     3.   Answer the following questions   a. Explain the use of the ‘Transparent’ option in Tinkercad.   Ans. The Transparent option is used to hide the visib