Showing posts with label class 11. Show all posts
Showing posts with label class 11. Show all posts

Friday

NCERT Solutions for Class 11 Computer Science (Python) – Computer overview and its Basics

 

NCERT Solutions for Class 11 Computer Science (Python) – Computer overview and its Basics

 

Question 1:
Which part interprets program instructions and initiate control operations ?
Аnswer:
Control unit.

Question 2:
What is primary memory ?
Аnswer:
Primary memory : This is the storage section of computer which is used to store data or instructions or both for processing purpose. This is non-volatile in nature.

Question 3:
What is RAM ?
Аnswer:
RAM : RAM stands for Random Access Memory.
This is the main memory of computer used to retain user’s instructions and data for processing purpose. This is volatile in nature .

Question 4:
What is ROM ?
Аnswer:
ROM : ROM stands for Read Only Memory. ROM applies to semiconductor memory whose contents cannot be altered, once they have been set. So non-volatile in nature.

Question 5:
What is PROM ?
Аnswer:
PROM : PROM stands for Programmable Read Only Memory. A control memory in which stored
contents can be altered once after they have been set.

Question 6:
What is EPROM ?
Аnswer:
EPROM : EPROM stands for Erasable Programm able Read Only Memory. It can be erased and programmed with a special type of equipment. If it is exposed in ultraviolet light, it allows data to be erased and reprogrammed.

Question 7:
What is EEPROM ?
Аnswer:
EEPROM : EEPROM stands for Electrically Erasable Programmable Read Only Memory. This type of ROM can be erased and programmed with the help of electric pulse.

Question 8:
Give three examples of both input devices and output devices.
Аnswer:
Input Devices :

1.     Keyboard

2.     Mouse

3.     Scanner

Output Devices :

1.     Monitor

2.     Speaker

3.     Printer

Short Answer Type Questions – I   [2 mark each]

Question 1:
Name the components of a computer system.
Аnswer:
The computer system consists of two parts :

1.     Hardware.

2.     Software.

Question 2:
Explain functional components of a computer system.
Аnswer:
A computer system contains many different objects such’ as a CPU, memory, disks, etc. These all must be connected for the system to function.

Question 3:
Explain volatile and non-volatile memory.
Аnswer:
The memory is which data is lost when power is removed is called volatile memory. The memory is which data is not lost when power is removed is called non-volatile memory.

Question 4:
What are the basic units of computer ? Give two names of sub-units of CPU and also give the functions of each unit
Аnswer:
The computer consists of the following basic units :

1.     Input unit

2.     Central Processing Unit (CPU)

3.     Output unit

4.      

5.     Memory unit

The CPU has two sub units :
(A) Control Unit (CU) : Control unit controls the entire operation being carried out.
(B) Arithmetic Logic Unit (ALU) : It performs the
arithmetic and logical operations.

Question 5:
What is data ? What is the output of data processing system ?
Аnswer:
Data is derived from a word ‘datum’ i.e. a fact. Data is a collection of raw facts and figures. Data processing system is a computer based system which converts data into information.

Question 6:
What is the difference between data and information ?
Аnswer:
Data : Data means facts and figures. Data is unprocessed information. For example : Siddharth, 40400195, M.
Information : Information means what we get after processing data i.e., processed data. In other words, information is processed data.
For example :

NAME

ROLL NUMBER

GENDER

Siddharth

40400195

M

Question 7:
What is the function of memory ? What are the types of it ?
Аnswer:
The memory stores data temporarily or permanently.
Computer memory is of two types :

1.     Primary Memory (Main Memory) : The primary or main memory holds the data and information during processing. It holds data temporarily, as we switch off computer the information vanishes.
For example : RAM.

2.     Secondary Memory : It can store data perma-nently on the computer but it cannot process data. It is meant for permanent storage of data and information.
For example : CD-ROM, DVD-ROM.

Question 8:
What is a bit ? How bit, byte and nibbles are related to each other ?
Аnswer:
Bit (Binary Digit) : A bit is the smallest elementary unit of memory, which can store one binary signal either 0 or 1. A group of 8 bits is called a byte. A group of 4 bits is called a nibble.

Question 9:
What do you mean by Input Unit ? Give the examples of Input Unit.
Аnswer:
Input Unit : An input unit takes the input and converts it into binary form so that it can be understood by CPU for processing accordingly. For example : Keyboard, Mouse, Joystick, Scanner, Camera, Magnetic Ink Character Reader (MICR), Bar Code Reader (BCR) etc.

Question 10:
What is the function of CPU in a computer system ?
Аnswer:
The CPU is the control center for a computer. It controls, directs and manages the entire performance of the computer. The CPU has two different parts which are responsible for different functions.

Question 11:
What do you understand by IPO cycle ?
Аnswer:
IPO cycle refers to the Input Process Output cycle where every operation undergoes the phases namely input, process and output.

Question 12:
Differentiate between source program and object program.
Аnswer:
Source Program : A program which is written by the programmer in high level language or in assembly language, which is to be converted into machine language by the compiler is known as source program.
Object Program : The source program is converted into machine level instruction for execution. This converted program (in the machine language) is known as an object program.

Question 13:
Draw the labeled diagram, representing the basic structure of a computer system.
Аnswer:
Refer to Quick Review diagram to show Basic Computer System.

Question 14:
Mention any two limitations or weaknesses of a computer ?
Аnswer:
Any two limitations or weaknesses of a computer system are as follows :

1.     Lack of intelligence/Lack of decision making power : No doubt, computer is a powerful machine but cannot decide on its own that what it is supposed to do as a machine. This is a serious limitation of a computer system and it is an artificially intelligent machine.

2.     Need of special language : A computer can understand only the binary language, in which the information is represented in terms of only two symbols, namely 0 and 1. This is not the natural language of human beings and learning of the binary language is not an easy task.

Short Answer Type Questions – II   [3 mark each]

Question 1:
Explain Primary Memory Unit.
Аnswer:
Memory Unit stores the data, instructions, intermediate results and output temporarily, during the processing of data. This memory is also called the main memory or primary memory of the computer. The input data that is to be processed is brought into the main memory before processing.

Question 2:
Explain what is a computer and write its advantage.
Or
Define computer. Give it’s characteristics.
Аnswer:
A computer is an electronic device which can perform various operations correctly and fast. For example data processing, huge calculations etc. Characteristics of computer :

1.     Speed : Its speed is very fast. A modern computer can execute millions of instructions in one second.

2.     Accuracy : A computer can give accurate results up to 20 to 30 places of decimal.

3.     High storage capacity : A computer can store large amount of data in very small space.

4.     Versatility : A computer c3n do different types of tasks like data processing, graphics, audio and visual effects.

5.     Repetitive: A computer makes no mistake in repeating anything as many times.

Long Answer Type Questions  [4-5 mark each]

Question 1:
Explain four characteristics of computer.
Аnswer:
Speed, accuracy, diligence, storage capability and versatility are some of the key characteristics of a computer. A brief overview of these characteristics are :

1.     Speed : The computer can process data very fast, at the rate of millions of instructions per second. Some calculations that would have taken hours and days to complete otherwise, can be completed in a few seconds using the computer.

2.     Accuracy : Computer provides a high degree of accuracy. For example : the computer can accurately give the result of division of any two numbers up to 30 decimal places.

3.     Diligence : When used for a longer period of time, the computer does not get tired or fatigued. It can perform long and complex calculations with the same speed and accuracy from the start till the end.

4.     Storage Capability : Large volumes of data
and information can be stored in the computer and also retrieved whenever required. A limited amount of data can be stored temporarily in the primary memory. Secondary storage devices like DVD and compact disk can store a large amount of data permanently.

Question 2:
Compare human beings with computer.
Or
What is the difference between man and computer ?
Аnswer:
A computer is an electronic device which can process data to give meaningful information with the help of a set of instructions called ‘Program’.
In computer, following are the advantages as compare to man :

1.     It is faster as compared to human beings

2.     It is more accurate in comparison to human being. “

3.     It can store a huge amount of information that can be retrieved instantly as compared to the human beings.

4.     It is immune to boredom and tiredness.

5.     It is versatile, can do different types of work with same accuracy and speed.

A computer has following disadvantages :

1.     A computer does not have its own intelligence that a man has.

2.     A computer cannot work without power
(electric or battery)

Question 13:
Expand the following terms :

1.     CPU,

2.     ALU,

3.     VLSI,

4.     MSI,

5.     LSI,

6.     SSI,

7.     IC,

8.     IPO,

9.     HLL,

10.  MB.

Аnswer:

1.     CPU —> Central Processing Unit

2.     ALU —> Arithmetic Logic Unit

3.     VLSI —> Very Large Scale Integration

4.     MSI —> Medium Scale Integration

5.     LSI —> Large Scale Integration

6.     SSI —> Small Scale Integration

7.     IC —> Integrated Circuits

8.     IPO —> Input Process Output

9.     HLL —> High Level Language

10.  MB —> Mega Byte

Saturday

ONLINE ACCESS AND COMPUTER SECURITY || Computer Science || Class 11

 

ONLINE ACCESS AND COMPUTER SECURITY

Short Answer Type Questions  Q.1  What is a virus? What is anti-virus software?

Ans: A computer virus is a malicious program that self-replicates by copying itself to another program. In other words, the computer virus spreads by itself into other executable code or documents. The purpose of creating a computer virus is to infect vulnerable systems, gain admin control and steal user sensitive data. Hackers design computer viruses with malicious intent and prey on online users by tricking them.

   Antivirus software is a program or set of programs that are designed to prevent, search for, detect, and remove software viruses, and other malicious software like worms, trojans, adware, and more

Q.2  How is backup utility useful? Is it necessary to take backup of data?

Ans: Backup is a very helpful utility. You can backup your data with that and whenever your data is corrupted by any virus or Trojans your data will remain safe.

It is not necessary to backup your until or unless you have something really important stuff in your machine.The backup depends on your wish if you want to make backup, go on for it and if you don't leave it. But if you have something very useful for you in future then its better to take backup.

Q.3  What is Computer virus? How can it affect your computer?

Ans: A computer virus is a malicious program that self-replicates by copying itself to another program. In other words, the computer virus spreads by itself into other executable code or documents. The purpose of creating a computer virus is to infect vulnerable systems, gain admin control and steal user sensitive data. Hackers design computer viruses with malicious intent and prey on online users by tricking them.

Q.4  What are different types of threats to computer security?

Ans: A Threat is a potential violation of security. When a threat is actually executed, it becomes attack. Those who execute such actions, or cause them to be executed are called attackers. 

Some common threats the average computer user faces everyday are

1.    Viruses 

2.    Worms 

3.    Trojans 

4.    Spyware 

5.    Adware 

6.    Spamming 

7.    PC Intrusion: 

8.    Denial of Service 

9.    Sweeping 

10.  Password Guessing 

11.  Phishing

Q.5  What type damages can be caused by viruses to your computer?

Ans:  Damages caused by Viruses: 

  Damage or Delete files. 

  Slow down your computer. 

  Invade your email programs.

 

Q.6       What are malware? What type damages can they cause to your computer?

Ans: "Malware" is short for malicious software and used as a single term to refer to virus, spy ware, worm etc. Malware is designed to cause damage to a stand-alone computer or a networked pc. So wherever a malware term is used it means a program which is designed to damage your computer it may be a virus, worm or Trojan.

Q.7       What is a spam? Why has it become a big Internet issue?

Ans: Spam email is a form of commercial advertising which is economically viable because email is a very cost-effective medium for the sender. If just a fraction of the recipients of a spam message purchase the advertised product, the spammers are making money and the spam problem is perpetuated.

Q.8       What do you understand by PC intrusion?

Ans: Intrusion - Computer Definition. To compromise a computer system by breaking the security of such a system or causing it to enter into an insecure state. The act of intruding—or gaining unauthorized access to a system—typically leaves traces that can be discovered by intrusion detection systems.

Q.9       What measures would you take to avoid  - 

           (a)Virus attack        (b) Spyware  (c) Adware (d) Spam                (e) PC Intrusion

Ans: (a), (b)& (c)                                                                                        (d)  

 

(e)  

 

 

 

 

 

 

Q.10    What are denial-of-service or Sweeper attack?

Ans: A denial-of-service attack is a security event that occurs when an attacker prevents legitimate users from accessing specific computer systems, devices, services or other IT resources.

Q.11    What is Phishing?

Ans: 

 

 

 

 

 

Q.12    How is pharming similar to and different from phishing?

Ans: 

 

 

 

 

 

Q.13    What is Authentication and Authorization? Why are these two used together?

Ans: Difference between Authentication and Authorization. Both the terms are often used in conjunction with each other in terms of security, especially when it comes to gaining access to the system. Authentication means confirming your own identity, while authorization means granting access to the system.

 

 

 

Q.14    What is the significance of Firewall in a computer‟s security scheme?

Ans: 

 

 

 

 

 

 

 

 

 

Q.15    What is Eavesdropping? What security measures can you take up to prevent it?

Ans: 

 

 

 

 

 

Q.16    What is the need for secure passwords?

Ans: A password that is difficult to detect by both humans and computer programs, effectively protecting data from unauthorized access. A strong password consists of at least six characters (and the more characters, the stronger the password) that are a combination of letters, numbers and symbols (@, #, $, %, etc.) if allowed. Passwords are typically casesensitive, so a strong password contains letters in both uppercase and lowercase. Strong passwords also do not contain words that can be found in a dictionary