Posts

Showing posts with the label IT computer

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

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

CBSE, CLASS 7, IT, COMPUTER, UNIT 3 - TINKERCAD CIRCUITS Notes The Opening Screen of Tinkercad Circuits §  Workspace §  Undo §  Redo §  Delete Components of a circuit 1.      Basic components:  It consists of a battery, push button, resistor, LED and capacitor. 2.      Circuit Assembly:  Circuit assemblies are simple, pre-made circuits that can be incorporated into 3D designs. 3.      Rotate:  It is used to rotate any component placed onto the workspace. 4.      Start/Stop Simulation:  Start/Stop Simulation tests the working of circuits and components. §  A  breadboard  is a piece of plastic that has several holes. These holes are used to hold different electronic components. §  A  Light Emitting Diode  (LED) is an electronic device that emits light when an electric current passes through it. §  The voltage(v) indicates the pressure from the electronic circuit power source. §  A resistor is used to restrict the flow of current to electrical components. Electrical current is measured in

CBSE, CLASS 6, IT COMPUTER, Ch:1 Evolution of Computer

CBSE, CLASS 6, IT COMPUTER, Ch:1 Evolution of Computer Early Calculating Devices Abacus (2700 BC) ·         It was designed for carrying out simple calculations such as addition, subtraction, multiplication and division. ·         It has two sections namely heaven, the upper deck, and earth, the lower deck. Napier’s bones (1617) ·         Napier’s bones was invented about 402 years ago by a Scottish mathematician, John Napier. ·         It was considered to be the world’s first calculator that could multiply, divide and find the square root of a number. Pascal’s calculator (1652) ·         The Pascal’s Calculator or Pascaline was invented by Blaise Pascal. ·         It was the first ever mechanical calculating machine or calculator with numerical wheels. Arithmometer (1820) ·         The Arithmometer was invented by Thomas de Colmar in 1820. ·         The Arithmometer could perform addition, subtraction, multiplication and also division. It was based on Leibnitz’s technology. Differenc

CBSE, class 6 , IT COMPUTER, unit 1 , evolution of computer, hw

CBSE, class 6 , IT COMPUTER, unit 1 , evolution of computer, hw Q:1 Fill in the blanks. a. The first generation of computers  VACCUME   TUBEs  used. b.  5 th    generation is based on parallel processing and AI (Artificial Intelligence) technology. c. An Abacus has two sections named  heaven  and  earth . d.  Pascal’s calculator  was the first ever mechanical calculating machine or calculator with numerical wheels. e.  Analytical engine  was the first machine to have a set of programming instructions.   2. Name the following. a. A technology that makes computers think like human beings. àArtificial Intelligence technology b. The designer of difference engine. à Charles Babbage c. A type of computer used for weather forecasting. à  Supercomputer d. A component of the analytical engine. à Store and Mill   3. Answer the following questions.   a. List any three advantages of computers. Speed: Computers can process complex operations within seconds. Reliability: They are very reliable; they