Communication Media

Communication Media:

Guided Media


  1. Twisted Pair Cable
  2. Co-Axial Cable
  3. Optical Fiber Cable

Unguided Media

  1. Radio Wave
  2. Micro Wave
  3. Infrared



Twisted Pair Cable


Advantages : 

      1. Cheaper and far easier for installation
2. Less susceptible to electrical interference caused by nearby equipment or wires.
3. Flexible.
4. STP wire can carry data at a faster speed just because extra shielding.

Disadvantages : 

       1. Noise
 2. Slow Bandwidth than Co-Axial and Fiber  

Co-Axial Cable

Advantages 

  • Better Transmission then Twisted pair cable.
  • Less attenuation and less noise then Twisted Pair
  • Mostly used in Broadband Transmission
  • Thick coaxial cable has an extra protective plastic cover that help keep moisture away.

Disadvantages 

  • Expensive then Twisted pair
  • Cannot mixed with TP cable.
  • Thick coaxial is that it does not bend easily and is difficult to install.

Optical Fiber Cable

Advantages:

  • Total internal reflection 
  • One single mode fiber can replace a metal of time larger and heavier.
  • Very High data transmission rate
  • Suitable for every environment.

Disadvantages 

  • Difficult to install
  • Connecting two fiber
  • Very expensive  as compared TP and Coaxial.
  •  Fiber optic versus metal cable is that it is difficult to make connections to with another Fiber Optic.

Guided Media Connectors:

Fiber Optical Cable Connector
Co-Axial Cable Connector





Twisted Pair Cable Connector

Unguided Media


Infrared

Low frequency infrared waves are used for very short distance communication like TV remote, wireless speakers, automatic doors, hand held devices etc. Infrared signals can propagate within a room but cannot penetrate walls. However, due to such short range, it is considered to be one of the most secure transmission modes.

Advantages :

➨Infrared motion sensors detect motion in daytime and nighttime reliably. 
➨The sensor does not require any contact with the product to be sensed. 
➨It provides good stability over time. 
➨It delivers high reputability. 

Disadvantages:

➨Infrared frequencies are affected by hard objects (e.g. walls, doors) , smoke, dust, fog, sunlight etc. Hence it does not work through walls or doors. 
➨Infrared waves at high power can damage eyes. 
➨In monitor & control application, it can control only one device at one time. Moreover it is difficult to control things which are not in LOS (Line of Sight). It requires line of sight between transmitter and receiver to communicate. 

Radio Wave

Transmission of data using radio frequencies is called radio-wave transmission. We all are familiar with radio channels that broadcast entertainment programs. Radio stations transmit radio waves using transmitters, which are received by the receiver installed in our devices.
Both transmitters and receivers use antennas to radiate or capture radio signals. These radio frequencies can also be used for direct voice communication within the allocated range. This range is usually 10 miles.

Advantages of Radio Wave

  • Inexpensive mode of information exchange
  • No land needs to be acquired for laying cables
  • Installation and maintenance of devices is cheap

Disadvantages of Radio Wave

  • Insecure communication medium
  • Prone to weather changes like rain, thunderstorms, etc.

Micro Wave




Disadvantages:

  1. Line-of-sight will be disrupted if any obstacle, such as new buildings, are in the way.
  2. Signal absorption by the atmosphere. Microwaves suffer from attenuation due to atmospheric conditions.
  3. Towers are expensive to build.

Advantages: 
  • No cables needed
  • Multiple channels available
  • Wide bandwidth

Networking Devices

  • Repeaters
  • Hubs
  • Bridge
  • Switches
  • Router
  • Gateway

Repeater


   A repeater regenerates the signal it receives. In other terms, you can think of repeater as a device which receives a signal and retransmits it at a higher level or higher power so that the signal can cover longer distances.
  No Filtering
   Operates at the Physical Layer of OSI

Attenuation


Attenuation is a natural consequence of signal transmission over long distances.

Collision:


In a half duplex Ethernet network, a collision is the result of two devices on the same Ethernet network attempting to transmit data at exactly the same time. The network detects the "collision" of the two transmitted packets and discards them both.

Hubs


   A hub is basically a multiport repeater. A hub connects multiple wires coming from different branches.
  Hubs cannot filter data, so data packets are sent to all connected devices. It Depends on receiving computer that the packet is useful or not.
  Shared Traffic
  No addressing
  Mostly used in LAN for Star topology
  Operates at the Physical Layer of OSI

Bridge


  Used for interconnecting two LANs working on the same protocol.. It has a single input and single output port, thus making it a 2 port device.
  It can remove collision domain.
  As compared Switches it use Software so it is slower then Switch and only 2 ports available so broadcasting not possible.
  Functionality of filtering content by reading the MAC addresses of source and destination.
  Data Transmission as Frame therefore, it operates at the Data Link Layer of OSI

Switch





  Switch is more intelligent than a hub. While hub just does the work of data forwarding, a switch does ‘filter and forwarding’ which is a more intelligent way of dealing with the data packets.
  It maintains a CAM (Content Addressable Memory) table that reads frame’s MAC destination address and forward to the destination. (If destination available)
  It is faster than bridge because it has built in hardware chips for switching.
  Reduces the Traffic just because multiport.
  Data Transmission as Frame therefore, it operates at the Data Link Layer of OSI.

Router


  A router is a network device which is responsible for routing traffic from one to another network. 
  Connects deferent network LAN and WAN (eg. Internet)
  Work with different protocols as well.
  Router uses IP Address to forward packets.
  Collision can be controlled by Router.
  It creates Route Table using IP add and filter, forward packets to destination with best path.

Gateway


  Gateway is very intelligent device from Router and it is combination of H/W and S/W.
  It can operate with Network Layer and all above layers but mostly it operates with Application Layer of OSI.
  It is very complex then Router.
  It can handle different type of Protocols and network architecture.(it can connect and Translate)



  

 Conclusion:  

Repeater
Regenerate the signals  
Hub
Forward all data to all ports
Bridge
Only 2 port (incoming and outgoing)
Switch
Frames forwarded to destination
Unit-Frames (Data Link)
Router
Work with different  protocols (eg. Internet ) and provide routing facility.
Gateway
Handle different Protocols and Architecture . H/w and S/w




















Network Typologies

The physical or logical layout of a network. It defines the way different nodes are placed and interconnected with each other. Alternately, network topology may describe how the data is transferred between these nodes.

Network topologies can be categorized into five basic models:

  1. Star Topology

Star Topology: In a star network devices are connected to a central computer, called a hub. Nodes communicate across the network by passing data through the hub.
Main Advantage: In a star network, one malfunctioning node doesn't affect the rest of the network.
Main Disadvantage: If the central computer fails, the entire network becomes unusable.

  1. Bus Topology

In networking a bus is the central cable -- the main wire - that connects all devices on a local-area network (LAN).
Advantage:  It's easy to connect a computer or device and typically it requires less cable than a star topology.
Main Disadvantage: The entire network shuts down if there is a break in the main wire and it can be difficult to identify the problem if the network shuts down.

  1. Ring Topology

 A local-area network (LAN) whose topology is a ring. That is, all of the nodes are connected in a closed loop. Messages travel around the ring, with each node reading those messages addressed to it.
Main Advantage: One main advantage to a ring network is that it can span larger distances than other types of networks, such as bus networks, because each node regenerates messages as they pass through it.

  1. Tree Topology

This is a "hybrid" topology that combines characteristics of linear bus and star topologies. In a tree network, groups of star-configured networks are connected to a linear bus.
Main Advantage: Good choice for large computer networks as it "divides" the whole network into parts that are more easily manageable.
Main Disadvantage: The entire network depends on a central hub and a failure of the central hub can disturb whole network.

               5.  Mesh Topology

In a true mesh topology every node has a connection to every other node in the network. There are two types of mesh topologies:
Main Advantage : A broken node won't distract the transmission of data. Each node is connected to several other nodes which make it easier to relay data.
Main Disadvantage: Complex so maintenance is difficult and require expert net admin.

Hybrid Topology

It is two different types of topologies which is a mixture of two or more topologies. For example if in an office in one department ring topology is used and in another star topology is used, connecting these topologies will result in Hybrid Topology (ring topology and star topology).



Networking Type and Its Advantages

Networking and Its Advantages

A computer network refers two or more computer connected with each other through medias and share resources for communication purpose.




Resource Sharing
Reliability
Financial Benefit
Better Communication /work sharing medium
            Access to remote database.


Network Types


  • WAN - Wide Area Network
  • LAN - Local Area Network
  • MAN - Metropolitan Area Network
  • PAN-Personal Area Network
  • CAN-Campus Area Network
  • VAN-Value Added Network
  • HAN-Home Area Network
  • WLAN- Wireless Local Area Network


WAN: Wide Area Network

As the term implies, a WAN spans a large physical distance. The Internet is the largest WAN, spanning the Earth.
A WAN is a geographically-dispersed collection of LANs. A network device called a router connects LANs to a WAN. In IP networking, the router maintains both a LAN address and a WAN address.

LAN: Local Area Network

A LAN connects network devices over a relatively short distance. A networked office building, school, or home usually contains a single LAN, though sometimes one building will contain a few small LANs (perhaps one per room), and occasionally a LAN will span a group of nearby buildings.

MAN: Metropolitan Area Network

A network spanning a physical area larger than a LAN but smaller than a WAN, such as a city. A MAN is typically owned and operated by a single entity such as a government body or large corporation.




Open System Interconnection (OSI) Module

The seven Open Systems Interconnection layers are:
  • Layer 7: The application layer. ...
  • Layer 6: The presentation layer. ...
  • Layer 5: The session layer. ...
  • Layer 4: The transport layer. ...
  • Layer 3: The network layer. ...
  • Layer 2: The data-link layer. ...
  • Layer 1: The physical layer.




The TCP/IP Model
Physical


What is Internet and how it works | इंटरनेट क्या है और इंटरनेट की कार्य प्रणाली

Internet | इंटरनेट 

दुनिया के लगभग सभी कंप्यूटर परस्पर जहाँ एक दूसरे से जुड़े हों और उनके बीच इनफार्मेशन व  कंटेंट का आदान प्रदान हो वही इंटरनेट कहलाता है | 

The Internet was created by the Advanced Research Projects Agency (ARPA 1969) and the U.S. Department of Defense for scientific and military communications. The Internet is a network of interconnected networks. The Internet uses high-speed data lines, called backbones, to carry data.  Smaller networks connect to the backbone, enabling any user on any network to exchange data with any other user.
इन्टरनेट कि सबसे अच्छी बात ये है कि इन्टरनेट  पर किसी भी एजेंसी / कंपनी का कोई Control नहीं है.


How Internet Works | इंटरनेट की कार्य प्रणाली 

ध्यान रहे पूरा internet हमारे द्वारा छोड़े गए उपग्रह से भी नहीं चलता है हाँ ! उपग्रह से पहले चलता था लेकिन ये तकनीक बहुत पुरानीं हो चूकी है और इसमें  डाटा ट्रांसमिशन भी धीरे  होता था. लेकिन वर्तमान में हम जो तेज गति के इंटरनेट का इस्तमाल कर रहे हैं ये तकनीक  Optical Fibers Cable है.

ये बात सच है कि  वर्तमान वर्ष 2018 में लगभग  448 submarine Optical Fiber Cable को समुद्र में है वही हमारे internet का 90% भाग है है. समुद्र में वही Optical Fiber Cable बिछाये जाते है जिनमे कम नुकसान और कम लागत आती है. एक फाइबर ऑप्टिक केबल की आयु लगभग 25 साल हो सकती है 



चूकी Cable को समुद्र में बिछाया जाता है जिसमे बड़े बड़े जहाज भी चलते है और कभी कभी जहाज के लंगर से भी Optical Fiber Cable को नुकसान हो जाता है ऐसा हि कुछ 13 जनवरी 2008 को Egypt में हुआ था l जिसके कारण Egypt का 70% Internet बंद हो गया था.

तब इस समस्या का भी समाधान किया गया था और  एसी कई टीम बनाई गयी है जो 24 घंटे समुद्र में Optical Fiber Cable कि निगरानी करती है. यदि कही किसी Optical Fiber Cable में नुकसान होता है तो ये टीमे उसको जल्दी से जल्दी ठीक कर देती है.
90% internet cable के जरिये चलता है लेकिन 10% कहा से चलता है. ये 10% internet ख़ुफ़िया एजेंसी के द्वारा एक्सेस किया जाता है जिनमें अभी भी  उपग्रह का इस्तमाल किया जाता है ! 

इस जानकारी की पुष्टि और वही केबल मैप देखने के लिए आप http://www.submarinecablemap.com विजिट कर सकते हैं यहाँ आपको TeleGeography केबल मैप के साथ ये भी जानकारी मिलेगी की ऐसी कोनसी कम्पनीज हैं जो इस टीयर 1 नेटवर्क केबल नेटवर्क मैप में इन्वेस्ट करती हैं ! 

Who manage internet? | इंटरनेट का प्रबंधन कौन करता है?


इंटरनेट कॉर्पोरेशन फॉर असाइंड  नेम्स एंड नंबर्स Internet Corporation for Assigned Names एंड and Numbers (ICANN) और  इंटरनेट असाइंड  नंबर्स अथॉरिटी (Internet Assigned Numbers Authority (IANAयूनिक डोमेन नेम और आईपी एड्रेस का अलॉटमेंट करते हैं साथ ही ये  हर क्षेत्र  के लोकल रजिस्ट्रार जैसे GoDaddy and HostGator आदि के माद्यम से Domain or IP Address आवंटन और उसका रख रखाव करते हैं | 

Access MCQs

MCQ Microsoft Access

1-1.  An organized collection of logically related data is known as

A. Data
B. Meta data
C. Database
D. Information

1-2.  In databases, Locking level is also called as

A. Granularity
B. S lock
C. X lock
D. Dead lock

1-3.  Which of the following is not a database application?

A. dBase
B. Flash
C. FoxPro
D. Access

1-4.  HSAM stands for ________

A. Hierarchic Sequential Access Method
B. Hierarchic Standard Access Method
C. Hierarchic Sequential and Method
D. Hierarchic Standard and Method

1-5.  Which of the following is not a logical database structure?

A. Chain
B. Network
C. Tree
D. Relational

1-6.  In a datasheet, what does each column represent?

A. Record
B. Field
C. Database
D. Table

1-7.  In a datasheet, what does each row represent?

A. Record
B. Field
C. Database
D. Table

1-8.  A ________ is a unit of information in a ________

A. record, field
B. field, record
C. data source, field
D. record, data source

1-9.  What do you call a primary key field included in another table?

A. Foreign key
B. Parent key
C. Child key
D. Index

1-10.  Which type of field is incremented automatically?

A. Auto Elevate
B. AutoNumber
C. Auto Increment
D. Auto Value



Answers:
1 – C / 2 – A / 3 – B / 4 – A / 5 – A / 6 – B / 7 – A / 8 – B / 9 – A / 10 – B

RSCIT Multiple Choice Questions in Hindi | आर सी आईटी पेपर हिंदी | RSCIT Solved Questions

Multiple Choice Questions| Word,Excel,PowerPoint, Networking Multiple Choice & Objective Questions, RSCIT questions
 
RSCIT Question in Hindi and English
COMPUTER FUNDAMENTALS QUESTIONS FOR RSCIT Exam
Question 1 : आठ बिट्स मिलकर एक बाइट होता है ।
Eight bits make up a byte
Options:  सही (True )
               ग़लत (False)                                                    (A) True
Question 2: की बोर्ड के जिन बटनों पर F1, F2 आदि लिखा होता है, उनको ... ... ... कहते हैं।
The keyboards keys that are labeled F1, F2 and so on are called._______________
Options:  फंक्शन की (Function keys. )
               न्युमरिक की (Numeric keys.)
               टाइपराइटर की (Typewriters keys.)



               स्पेशल पर्पस की (Special purpose keys)         (A) Function Keys
Question 3: बाइनरी नंबरिंग सिस्टम् में 0 और 1 को एक बिट कहा जाता है ।
Each 0 and 1 in the binary numbering system is called a bit .
Options:  सही (True)
               ग़लत (False)                                                    (A) True
Question 4: सॉफ़्टवेयर का प्राथमिक उद्देश्य डेटा को किसमें परिवर्तित करना है?
The primary purpose of software is to turn data into.
Options:  वेब साईट (Web sites)
               इन्फ़ॉर्मेशन (Information)
               प्रोग्राम्स (Programs)
               ऑब्जेक्ट्स (Objects )                                        (B) Information

Question 5: ASCII, EBCDIC और यूनी-कोड़् - बाइनरी कोड़िंग स्कीम हैं ।
ASCII, EBCDIC and Unicode are binary coding schemes.
Options:  सही (True)
               ग़लत (False)                                                      (A) True
Question 6: प्रिंटर से आने वाले आऊटपुट को हार्डकॉपी कहते हैं।
Output of an image obtained using a printer is called as hard copy.
Options:  सही (True)
               ग़लत (False)                                                       (A) True

Question 7 : इस तरह के सॉफ़्टवेयर की संरचना आपके काम को अधिक सुविधाजनक बनने के लिए की गई है, जिसका उपयोग व्यवसायों में विस्तृत रूप से किया जाता है।
This type of software is designed to help you be more productive in performing tasks, and is widely used in nearly every discipline and occupation.
Options:  कम्यूनिकेशनसॉफ़्टवेयर (Communications Software)
               यूटिलिटी सॉफ़्टवेयर (Utility Software)
               बेसिक एप्लीकेशन सॉफ़्टवेयर (Basic Applications Software )
               सिस्टम सॉफ़्टवेयर (System Software)                (C) Basic Application Software
Question 8 :कीबोर्ड, माउस, मॉनीटर और सिस्टम यूनिट को ... ... ... भी कहते हैं।
keyboard, mouse, monitor, and system unit, collectively also known as
Options:  सॉलिड वेयर (Solid ware.)
               सॉफ़्टवेयर (Software.)
               हार्डवेयर (Hardware.)
               फ़र्म वेयर (Firmware.)                                         (C) Hardware
Question 9 : इनमें से कौन सी मेमोरी की सबसे बड़ी यूनिट है?
Which of the following is the biggest unit of memory?
Options:  गीगाबाईट (Gigabytes. )  
               बाईट (Bytes.)
               मेगाबाईट (Megabytes.)
               किलोबाईट (Kilobytes.)                                         (A) Giga Byte
Question 10: सी.डी. रॉम का मतलब सी.डी.आर.डब्ल्यू है
A CD-ROM means CD-RW.
Options:  सही (True)
               ग़लत (False)                                                         (B) False
Question 11: रैम से बारबार एक्सेस की जाने वाली सूचना को स्टोर करने के लिए कैशे मेमोरी का इस्तेमाल होता है।
Cache memory is used to store most frequently accessed information from the RAM.
Options:  सही (True)
               ग़लत (False)                                                        (A) True
Question 12: सॉफ़्टवेयर को ... ... ... भी कहते हैं।
A software is also called as a
Options:  प्रक्रिया (Procedure.)
               डेटा (Data.)
               प्रोग्राम्स (Programs.)
               इन्फ़ॉर्मेशन (Information)                                      (C) Programs
Question 13: ... ... ... में क्रम वार निर्देश दिए होते हैं, जो कंप्यूटर को काम करने का तरीका बताते है।
____ consists of step-by-step instructions that tells the computer how to complete the task
Options:  प्रोग्राम्स (Program)
               हार्डवेयर (Hardware)
               डेटा (Data)
              ऑब्जेक्ट्स (Objects)                                           (A) Program
Question 14: स्टोरेज डिवाईज की क्षमता को सामान्यतया मीटर में गिना जाता है
Capacity of a storage device is usually measured in terms of Meter.
Options:  सही (True)
               गलत (False)                                                     (B) False
Question 15: जी.यू.आई. किसका संक्षिप्त रूप है?
GUI stands for
Options:  ग्राफ़िकल यूज़र इंटरफ़ेस (Graphical User Interface)
               ग्रेटर यूज़र इंटरफ़ेस (Greater User Interface)
               ग्रेटर यूनियन इंटरफ़ेस (Graphical Union Interface)
               ग्राफ़िकल यूज़र इन्टरेस्ट (Graphical User Interest)          (A) Graphical User Interface
Question 16: ... ... ... ग्राफ़िकल ऑब्जेक्ट्स होते हैं, जिनका इस्तेमाल अक्सर उपयोग की जाने वाली एप्लीकेशन को प्रर्दशित करने और ओपन करने के लिए होता है।
_____are graphical objects used to represent and open commonly used applications.
Options:  जी.यू.आई. (GUI)
               ड्राइवर्स (Drivers )
               विन्डोज़ एन.टी. (Windows NT)
               आयकॉन (Icons)                                           (D) Icon
Question 17: बैकअप प्रोग्राम्स फाइलों की कॉपी बना लेते हैं। जो की मूल फाइलों के खो जाने या क्षतिग्रस्त होने पर उपयोग में आती है
Backup programs make copies of the files, to be used in case the original files are damaged or lost.
Options:  सही (True)
               ग़लत                                                            (A) True
Question 18: रैन्डम एक्सेस मेमोरी (रैम) ... ... ... प्रकार की मेमोरी होती है।
Random Access Memory (RAM) is ____________ type of memory
Options:  स्थायी (Permanent.)
               अस्थायी (Temporary.)
               फ़्लैश (Flash.)
               स्मार्ट (Smart.)                                              (B) Temporary
Question 19: मॉनीटर का प्राथमिक उपयोग यूज़र को सूचना दिखाना है।
Primary function of a monitor is to display information to the user.
Options:  सही (True)
               ग़लत (False)                                                (A) True
Question 20 : सी.डी.आर. का मतलब सी.डी. - रिजनल है
A CD-R stands for CD-Regional.
Options:  सही (True)
               ग़लत (False)                                                (B) False
Question 21: इनमें से किस डिवाइस का उपयोग तेज़ रफ़्तार के कंप्यूटर गेम्स खेलने के लिए होता है?
Which of the following device is used to play fast games on a computer ?
Options:  टच सरफे़स (Touch surface.)
               टच स्क्रीन (Touch screen.)
               ट्रैक बॉल (Track ball.)
               जॉयस्टिक (Joystick.)                                   (D) Joystick
Question 22: मॉनिटर पर नज़र आने वाले आऊटपुट को हार्डकॉपी कहते हैं।
Output of an image on the monitor screen is often called hard copy.
Options:  सही (True)
               ग़लत (False)                                                (B) False
Question 23: ... ... ... एक प्वॉइन्टिंग डिवाइस है।
__________ is a pointing device.
Options:  माउस (Mouse)
               प्रिंटर (Printer)
               स्कैनर (Scanner)
               कीबोर्ड (Keyboard)                                     (A) Mouse
Question 24: मॉनिटर पर नज़र आने वाले आऊटपुट को सॉफ्टकॉपी कहते हैं।
Output of an image on the monitor screen is called as soft copy.
Options:  सही (True)
               ग़लत (False)                                              (A) True
Question 25: किसी डिस्क पर अनेक वृत्ताकार छल्ले होते हैं जिनको ट्रैक कहते हैं। इनपर चुम्बकीय विधि से आंकड़े अंकित किए जाते हैं।
A track on a disk is one of the many circular ring shaped areas where data is written magnetically.
Options: सही (True)
              ग़लत (False)                                              (A) True
Question 26: इनमें से किसको पोर्टेबिल कंप्यूटर नहीं माना जाता?
Which of the following would not be considered as portable computer?
Options:  डेस्कटॉप कंप्यूटर (A Desktop Computer)
               नोट बुक कंप्यूटर (A notebook Computer)
               पर्सनल डिजिटल असिस्टेंट (A personal Digital Assistant)
               इनमे से कोई नही (None of these)           (A) A Desktop Computer
Question 27: ASCII, EBCDIC और यूनी-कोड़् - बाइनरी कोड़िंग स्कीम हैं ।
ASCII, EBCDIC and Unicode are binary coding schemes.
Options:  सही (True)
               ग़लत (False)                                            (A) True
Question 28: मिनी कंप्यूटर्स को निम्न नाम से भी जाना जाता है।
Minicomputers are also known as
Options:  मिड रेन्ज कंप्यूटर्स (Midrange computers)
               पर्सनल डिजिटल असिस्टेंट (Personal Digital Assistants)
               मेनफ़्रेम कंप्यूटर्स (Mainframe computers)
               लैपटॉप कंप्यूटर्स (Laptop computers)               (A) Midrange computers
Question 29: स्टोरेज डिवाइस की क्षमता को सामान्यतः बाइट्स में मापा जाता है।
The capacity of a storage device is usually measured in terms of bytes.
Options:  सही (True)
               ग़लत (False)                                          (A) True
Question 30: फ़्लॉपी डिस्क एक रिमूवेबिल स्टोरेज डिवाइस है।
Floppy disks are removable storage media.
Options:  सही (True)
               ग़लत (False)                                         (A) True
Question 31: ... … … एक बैकग्राउन्ड सॉफ़्टवेयर है, जिसकी मदद से कंप्यूटर अपने आतंरिक संसाधनों को व्यवस्थित करता है।
______ is a background software that helps the computer to manage it''s internal resources
Options:  सिस्टम सॉफ़्टवेयर (System software)
               सूचना (Information)
               ऑब्जेक्ट (Objects)
               इनमे से कोई नही (None of these)         (A) System Software
Question 32: माइक्रोप्रोसेसर को प्रायः सी पी यू कहते हैं।
Microprocessor is often called as CPU.
Options:  सही (True)
               ग़लत (False)                                             (A) True
Question 33: अनइंस्टॉल प्रोग्राम्स कंप्यूटर हार्डडिस्क में इंस्टॉल अवांछित प्रोग्राम्स को हटाने में मदद करता है।
Uninstall programs helps us to remove unwanted programs installed in the computer.
Options:  सही (True)
               ग़लत (False)                                             (A) True
Question 34: वर्ड प्रोसेसिंग, इलेक्ट्रॉनिक स्प्रेडशीट, डेटाबेस और ग्राफ़िक्स प्रोग्राम को इस एक शीर्षक के अंतर्गत रखा गया है-
Word processing, electronic spreadsheets, database managers, and graphics programs are all grouped under the title
Options:  ब्राउज़िंग प्रोग्राम्स (Browsing Programs)
               ऑपरेटिंग सिस्टम (Operating System)
               ऐप्लीकेशन सॉफ़्टवेयर (application software)
               डेटा एंड इन्फ़ॉर्मेशन (data and Information)     (C) Application Software
Question 35: कीबोर्ड के जिन बटनों पर तीर का निशान बना होता है उसे कहते हैं-
The keyboard keys that have arrows on them are called.
Options:  फंक्शन की (Function keys.)
               नेवीगेशन की (Navigation keys.)
               टाइपराइटर की (Typewriters keys.)
               स्पेशल पर्पस की (Special purpose keys)           (B) Nevigation Keys
Question 36: रैम में स्टोर किया हुआ डेटा-
Data stored in RAM is
Options: परिवर्तन-रहित होता है (Is non-volatile.)
              पावर के रहने तक ही रहता है (Is only there while the power is on.)
              पावर बंद करने के केवल कुछ मिनट तक ही रहता है (Remains only a few minutes after the power is turned off.)
              स्थायी होता है, और पावर फ़ेल होने पर ही खोता है (Is permanent and only lost in power failure                                                                         (B) Is only there while power on)
Question 37: विन्डोज़ ऑपरेटिंग सिस्टम की स्क्रीन के किसी भी भाग पर पहुँचने का सबसे आसान साधन है-
The easiest way to access any part of the screen in the windows operating system is using the
Options:  कीबोर्ड (Keyboard)
               रैट (Rat)
               माउस (Mouse)
               जॉयस्टिक (Joy Stick)                                 (B) Mouse
Question 38: हेडफोन एक आउटपुट उपकरण है।
Headphone is a typical output device.
Options:  सही (True)
               ग़लत(False)                                                (A) True
Question 39: निम्नलिखित सभी फ़ाईल कम्प्रेशन प्रोग्राम हैं, सिवाय :
Following are the file compression programs, EXCEPT
Options:  विनझिप (Win Zip)
               रैड (RAID)
               विन रार (Win RAR)
               पीके झिप (PKZIP)                                   (B) RAID
Question 40: सी.डी. रॉम का मतलब कॉम्पैक्ट् डिस्क् रीड़ ओन्ली मेमरी है
A CD-ROM stands for Compact Disc Read Only Memory
Options:  सही (True)
               ग़लत (False)                                             (A) True
Question 41: की बोर्ड पर जिन बटनों पर ०-९ लिखे होते हैं, उनको ... ... ... कहते हैं।
The keys labeled 0-9 on the keyboard are called.
Options:  फंक्शन की (Function keys.)
               न्युमरिक की (Numeric keys.)
               टाइपराइटर की (Typewriter keys.)
               स्पेशल पर्पस की (Special purpose keys.)                            (B) Numeric Keys
Question 42: कैप्स लॉक जैसे किसी फ़ीचर को शुरू या बंद करने वाले बटन को कहते हैं-
The keyboard keys like Caps Lock that turn a feature on or off are called.
Options:  फंक्शन की (Function keys.)
               कॉम्बिनेशन की (Combination Keys)
               टॉगल की (Toggle Keys)
               स्पेशल पर्पस की (Special purpose keys.)                              (C) Toggle Keys
_________________________________________________________________

INTERNET Question in Hindi for RSCIT exam

Q.1 .gov, .edu, .mil, और .net वगैरह एक्सटेंशंस को कहते हैं-
                    डी एन एस
                    ई-मेल टार्गेट्स
                    डोमेन कोड्स
                    मेल टू एड्रेस                                                   डोमेन कोड्स
Q.2 डी.एन.एस. का तात्पर्य है-
                    डेटा नेमिंग सिस्टम
                    डू नेम सिस्टम
                    डोमेन नेम सिस्टम
                    डुप्लीकेट नेमिंग सिस्टम                                डोमेन नेम सिस्टम
Q.3 किसी को ई-मेल भेजने के लिए आपको उसका ... ... ... ही जानना ज़रूरी है।
                 रेसीडेंट ऐड्रेस
                 ई-मेल ऐड्रेस
                 फैक्स ऐड्रेस
                 इनमें से कोई नहीं                                          ई-मेल ऐड्रेस
Q.4 कीवर्ड्स की मदद से यूज़र को डेटा खोजने की सुविधा प्रदान करने वाली वेब साईट कहलाती है-
                 चैट इंजिन
                 रूटर्स
                 वेब सर्वर
                 सर्च इंजिन                                                       सर्च इंजिन
Q.5 पी पी पी और एस एल आई पी जैसे प्रोटोकॉल्स का तात्पर्य है-
                 डेटा ट्रांसफ़र
                 डोमेन रजिस्ट्रेशन
                 डायल अप इंटरनेट कनेक्शन
                 इनमें से कोई नहीं                                           डेटा ट्रांसफ़र
Q.6 इंटरनेट पर किसी विशेष विषय पर चर्चा कराने को कहते हैं-
                 न्यूज़
                 न्यूज़ ग्रुप
                 वेरोनिका
                 टेल्नेट                                                              न्यूज़ ग्रुप
Q.7 ... ... ... का उपयोग वेब पेज देखने के लिए किया जाता है।
                 इनबॉक्स
                 रिसाइकिल बिन
                 इंटरनेट एक्सप्लोरर
                 नेटवर्क नेबरहुड                                               इंटरनेट एक्सप्लोरर
Q.8 वेब की दुनिया में एक साईट से दूसरी साईट पर जाने की प्रक्रिया को कहते हैं-
                 लिंकिंग
                 नेवीगेटिंग
                 हॉपिंग
                 पेजिंग                                                             नेवीगेटिंग
Q. 9 मोडम डेटा को सी.डी. से हार्ड डिस्क में कन्वर्ट करता है
                सही
                ग़लत                                                                        ग़लत
Q.10 वर्तमान वेब को अपनी फे़वरिट्स की सूची में डालने के लिए-
               क्लिक "फे़वरिट्स- ऐड टू फे़वरिट्स "
               क्लिक "ऐड- फे़वरिट्स"
               क्लिक "फ़ाईल- फे़वरिट्स"
               ये सभी क्लिक                                                         "फे़वरिट्स- ऐड टू फे़वरिट्स
Q.11 पूरे विश्व के कंप्यूटरों को आपस में जोड़ने वाला नेटवर्क है-
               इंट्रानेट
               इंटरनेट
              अर्पानेट
              नेटवर्क                                                                        इंटरनेट
Q. 12 इंटरनेट में "www" का क्या तात्पर्य है ?

               वर्ल्ड वाइड वेब
               वाइड वाइड वेब
               वर्ल्ड विड्थ वेब
               वर्ल्ड विद वेब                                                            वर्ल्ड वाइड वेब
Q.13 ... .... ... नियमों के आधार पर इंटरनेट पर सूचना एवं संदेशों को भेजा जाता है।
               प्रोटोकॉल
               आई एस पी
               एचटीएमएल, हाइपर टेक्स्ट मार्कअप लैंग्वेज
               एपेलेट                                                                         प्रोटोकॉल
Q.14 जब आप कोई पता टाईप करते हैं, जैसे “http://www.mkcl.org” , तो यहाँ .org का तात्पर्य है-
               ओरिजिनल वेब साईट
               कॉमर्शियल वेब साईट
               ऑर्गेनाइज़ेशनल वेब साईट
               एजुकेशनल वेब साईट                                               ऑर्गेनाइज़ेशनल वेब साईट
Q.15 इनमें से कौन एक ब्राउज़र है?
               वेब साईट
               माइक्रोसॉफ़्ट
               इंटरनेट एक्सप्लोरर
               WWW.                                                                       इंटरनेट एक्सप्लोरर
Q.16 इंटरनेट पर भेजी गई सूचना छोटे-छोटे टुकड़ों में विभाजित होती है, जिसे कहते हैं-
               पैकेट्स
               पीपीपीज़
               ई-मेल के प्रकार
               मेसैजेज़                                                                        पैकेट्स
Q.17 किसी विषय पर सर्च करते समय ... ... ... का उपयोग करते समय जो सूचना प्राप्त होती है, वह डेटाबेस जैसी संरचना में व्यवस्थित होती है।

               सर्च इन्जिन
               इंडेक्स
               स्पाइडर
               एप्लेट (Applet)                                                            सर्च इन्जिन
Q.18 वेब स्पाइडर्स और क्रॉलर्स ... ... ... के उदाहरण होते हैं।


              ब्राउज़र्स
              सर्च इन्जिंस
              एच टी एम् एल प्रोग्राम्स
              फ्लेम्स                                                                           सर्च इन्जिंस
Q.19 किसी को ई-मेल भेजने के लिए आपको उसका ... ... ... ही जानना ज़रूरी है।
              रेसीडेंट ऐड्रेस
              ई-मेल ऐड्रेस
              फैक्स ऐड्रेस
              इनमें से कोई नहीं                                                        ई-मेल ऐड्रेस
Q.20 इनमें से कौन एक प्रकार का प्रोटोकॉल है
              ASCII.
              RAM.
              TCP/IP.
              DBA.                                                                            TCP/IP.
Q.21 किसी को मेल भेजने के लिए आपको ज़रूरत होती है... ... ..

              रेसीडेंट ऐड्रेस
              इंटरनेट कनेक्टिविटी
              फ़ैक्स ऐड्रेस
              इनमें से कोई नहीं                                                       इंटरनेट कनेक्टिविटी
Q.22 नेटस्केप नेवीगेटर एक प्रकार का ... ... ... है।
               यूटिलिटी प्रोग्राम
               ऑपरेटिंग सिस्टम
               ब्राउज़र
               वेब ऑथरिंग प्रोग्राम                                                   ब्राउज़र
Q.23 किसी वेब साईट में नेविगेट करने के लिए यूज़र को ... ... ... में जाना आवश्यक होता है
               यू आर एल
               डब्लू डब्लू डब्लू
               पी पी पी
               इनमें से कोई नहीं                                                       यू आर एल
Q.24 ई-कॉमर्स का क्या तात्पर्य है?
                ऑनलाइन क्रय-विक्रय, एकाउंट सँहालना, आदि
                कॉमर्स-विषय की पढ़ाई
                व्यापारिक समस्याओं से निपटने के लिए इलेक्ट्रिक उपकरण
                ये सभी                                                          ऑनलाइन क्रय-विक्रय, एकाउंट सँहालना, आदि
Q.25 ... ... ... एवं ... ... ... का उपयोग करके वर्ल्ड वाइड वेब पर आप किसी विशेष विषय पर सर्च कर सकते हैं।

                 गोफ़र्स, फ़िडोज़
                 स्कैनर्स, सर्च इंजिन
                 सर्च इन्जिंस, इन्डेक्सेज़
                 ब्राउज़र्स, ल्युकर्स                                            सर्च इन्जिंस, इन्डेक्सेज़
Q.26 यू आर एल क्या है?
                 वर्ल्ड वाइड वेब में घूमने के लिए इस्तेमाल किया जाने वाला एक सॉफ़्टवेयर पैकेज
                 वर्ल्ड वाइड वेब पर रिसोर्स का एक पता
                किसी इंटरनेट विजार्ड को दर्शाने वाला शब्द
                लाइव चैट प्रोग्राम (अनलिमिटेड रियल टाइम लैंगवेज). वर्ल्ड वाइड वेब पर रिसोर्स का
                एक पता
Q.27 यूआरएल का पूरा नाम क्या है?
                युनिवर्सल रिसोर्स लोकेटर
                यूनीफ़ॉर्म रिसोर्स लोकेटर
                यूनी रिसोर्स लोकेटर
                इनमें से कोई नहीं                                        यूनीफ़ॉर्म रिसोर्स लोकेटर
Q.28 निम्न में से किस प्रक्रिया के ज़रिये दो कंप्यूटरों के बीच इलेक्ट्रॉनिक पत्र या संदेश भेजे जाते हैं?
                ई-मेल
                ऑनलाइन सर्विस
                शेयर रिसोर्स
                वॉयस मेल मैसेजिंग ई-मेल
Q.29 ई- कॉमर्स का पूरा अर्थ क्या है?

                इंग्लिश कॉमर्स
                इलेक्ट्रॉनिक कॉमर्स
                इलेक्ट्रिक कॉमर्स
                एलिमेंट कॉमर्स                                              इलेक्ट्रॉनिक कॉमर्स
Q.30 ई-मेल संदेश के तीन भाग हैं-
                टीसीपी/आईपी, डोमेन एवं आईएसपी
                डेस्टिनेशन, डिवाइस एवं सेंडर
                हेडर, संदेश एवं सिग्नेचर
                टीसीपी, आईपी एवं संदेश                               हेडर,संदेश एवं सिग्नेचर
Q.31प्रोटोकॉल दो या दो से अधिक कंप्यूटरों के बीच सूचना प्रसारित कराने के नियमों को परिभाषित करता है1
                 सही
                 ग़लत                                                              सही
Q.32 इनमें से पूरे विश्व में इस्तेमाल होने वाला सर्च इंजिन कौन सा है?
                 डोमेन
                 गूगल
                 टॉगल
                 इनमें से कोई नहीं                                          गूगल
Q.33 नेटस्केप नेवीगेटर एक प्रकार का ... ... ... है।
                 यूटिलिटी प्रोग्राम
                 ऑपरेटिंग सिस्टम
                 ब्राउज़र
                 वेब ऑथरिंग प्रोग्राम                                      ब्राउज़र
Q.34 इनमें से कौन एक सर्च इंजिन है?

                 गूगल
                 अल्टाविस्ता
                 याहू
                 ये सभी                                                           ये सभी
Q.35 इंटरनेट पर किसी दूसरे के मेलबॉक्स में संदेश भेजना ... ... ... कहलाता है।
                  ई-बिज़नेस
                  ई-लेटर
                  ई-मेल
                  साइबर-मेल                                                     ई-मेल
Q.36 इंटरनेट ई-मेल ऐड्रेस सभी यूज़र्स के लिए ... ... ... होते हैं।
                   विशिष्ट
                   एक ही
                   एक समान
                    इनमें से कोई नहीं                                         विशिष्ट
Q.37 .कॉम ... ... ... प्रकार के संगठन की वेबसाइट को दर्शाता है।
                    कॉमर्शियल
                    कॉम्प्लेक्स
                    कम्पनी
                    कार्गो                                                               कॉमर्शियल
Q.38 ई-मेल का जवाब देने के लिए आप ... ... ... पर क्लिक करेंगे।
                     आन्सर बटन
                     रिप्लाई बटन
                     फॉ़रवर्ड बटन
                     इनमें से कोई नहीं                                         रिप्लाई बटन
Q.39 एक लोकप्रिय चैटिंग सेवा को ---- कहा जाता है ।
                     इंटरनेट रिलीज़ चैट
                     इंटरनेट अनुरोध चैट
                     इंटरनेट संसाधन चैट
                     इंटरनेट रिले चैट                                             इंटरनेट रिले चैट  
________________________________________________________________________________

Microsoft Word Question in Hindi for RSCIT exam

Question 1 : अपने टेक्स्ट में इंडेंट देने के लिए आप "---------" टैब पर "पैराग्राफ़" ग्रुप में "डिक्रीज़ इंडेंट" और "इंक्रीज़ इंडेंट" का उपयोग कर सकते हैं।
For Indentation you may use the “Decrease Indent” and “Increase Indent” icons in the “Paragraph” group on the “ -------------- ” tab for indenting your text.
Options: इंज़र्ट (Insert)
             होम (Home)
             पेज लेआउट (Page Layout)
             डेटा (Data )                                                Answer : (B) (Home)
Question 2 : जब आप होम टैब पर, फ़ॉरमेट पेंटर आयकॉन पर क्लिक करते हैं तो आप देखते हैं कि आपका माउस प्वॉइंटर ----------- के आकार में बदल गया है।
When you click on “Format Painter” icon on the “ Home" tab , you can see that your mouse pointer changes to a "-------------" icon.
Options: पेंटब्रश (paintbrush)
              I-बीम (I-beam)
             ऐरो (arrow)
            चतुष्कोणीय ऐरो (4-way arrow)                 Answer : (A) (Paint Brush)
Question 3 : वर्ड में अनुचित फॉरमेटिंग लाल तरंगीय अंडरलाइन के साथ निरूपित होती हैं।
MS Word indicates formatting inconsistencies with a red wavy underline.
Options:  सही (True)
               ग़लत (False)                                            Answer : (B) False
Question 4 : इसका उपयोग करके आप टीओसी के लिए टेक्स्ट को मार्क कर सकते हैं-
You can mark text for a TOC using:
Options:  हेडिंग स्टाइल (Heading styles.)
               कस्टम स्टाइल (Custom styles.)
               आउटलाइन लेवल (Outline levels.)
               ये सभी (All of these)                               Answer : (D) All above
Question 5 :  डॉक्यूमेंट में मौजूद ग्रामर ,स्पेलिंग इत्यादि की गलतिया स्वतः ठीक हो जाने के लिए "द ऑटोकंप्लीट फ़ीचर" का उपयोग कर सकते हैं।
You may use the "The AutoComplete feature" to automatically correct the grammatical and spelling mistakes in your document.
Options:   सही (True)
               ग़लत (False)                                           Answer : (B) False
Question 6 :  वर्ड में, एक फ़ाइल ----------- कहलाती है।
In Word, a file is called as a -------------- .
Options:  "टेमप्लेट" ("template")
               "फ़ॉर्म" ("form")
               "डेटाबेस" ("database")
                “डॉक्यूमेंट” ("document” )                        Answer : (D) Document
Question 7 : "----------" के ज़रिए आप वर्तमान डॉक्यूमेंट की किसी लोकेशन को दूसरे डॉक्यूमेंट या वेबसाइट से जोड़ते हैं।
A " --------------" is a connection to a location in the current document to another document or a Web site.
Options:  लिंक (link)
               हाइपरलिंक (hyperlink)
               हाइपोलिंक (hypolink)
               लिंकेज (linkage)                                      Answer : (B) Hyperlink
Question 8 :  -------------- में फ़ाइल को खोलने, सेव करने और बंद करने के लिए कमांड होते हैं।
-------------- contains commands for opening, saving, printing, and closing a file.
Options:  "होम" ("Home")
               "ऑफ़िस बटन" ("Office Button")
               "व्यू" ("View")
               "इंज़र्ट" ("Insert" )                                      Answer : (B) Office Button
Question 9 : वर्ड प्रोसेसर का उपयोग करके आप व्यक्तिगत लेटर, फ़ॉर्म लेटर, ब्रोशर, फ़ैक्स और व्यावसायिक मेन्युअल को तैयार कर सकते हैं।
Personal letters, form letters, brochures, faxes and professional manuals can be created using word processors.
Options:  सही (True)
               ग़लत (False)                                           Answer : (A) True
Question 10 :
डॉक्यूमेंट को स्वतः सही करने के लिए, हम ----------- का उपयोग करते हैं।
To automatically correct the document, we use
Options: ऑटो करेक्ट फ़ीचर (The AutoCorrect feature.)
              ऑटो कंप्लीट फ़ीचर (The AutoComplete feature.)
              फोर्मटिंग (Formatting)
              बिल्डिंग ब्लॉक्स (Building Blocks )             Answer : (A) Auto Correct
Question 11 :वर्ड प्रोसेसर के द्वारा आप डॉक्यूमेंट को स्टोर या मोडिफ़ाई या डिलीट कर सकते हैं और प्रिंट कर सकते हैं।
Using a word processing application you can create, modify, store, retrieve and print a document.
Options:  सही (True)
               ग़लत (False)                                            Answer : (A) True
Question 12 : एम् एस वर्ड २००७ में टेक्स्ट सेलेक्ट करने पर -------- स्वतः प्रदर्शित होता है।
In MS Word 2007 when text is selected, a " -------------- " is automatically displayed.
Options:  टास्कबार (Taskbar)
               मेन टूलबार (Main Toolbar)
               मिनि टूलबार (Mini Toolbar)
               मेन्यूबार (Menu bar)                                         Answer : (C) Mini Toolbar

Question 13 : डॉक्यूमेंट को डिज़ाइन करने के लिए ------ विभिन्न प्रकार के विकल्प प्रदान करते हैं।
-------------- offers a wide variety of options to design documents.
Options: माइक्रोसॉफ़्ट एक्सेल (Microsoft Excel)
              माइक्रोसॉफ़्ट पावरप्वॉइंट (Microsoft PowerPoint)
              माइक्रोसॉफ़्ट वर्ड (Microsoft Word)
              माइक्रोसॉफ़्ट एक्सेस (Microsoft Access)                Answer : (C) Microsoft Word
Question 14 : एम्एस वर्ड २००७ में कार्य करते हुए जब हम तस्वीर पर क्लिक करते हैं, तो ग्राफ़िक से आकार को बदलने के लिए, इसके चारों तरफ़ आठ बॉक्स नज़र आते हैं, जिनको "साइजिंग हेंडल" कहते हैं।
While working on a document in MS Word 2007 when we click on the picture, it is surrounded by eight boxes called “sizing handles” which is used to to change the size of the graphic
Options:  सही (True)
               ग़लत (False)                                                        Answer : (A) True
Question 15 : "मिनी टूलबार" के ज़रिए ज़्यादातर उपयोग होने वाले फ़ॉरमेटिंग कमांड तक पहुँचने का आसान तरीका प्राप्त होता है।
"Mini Toolbar" provides easy way to access the most frequently used formatting commands.
Options:  सही (True)
               ग़लत ( False)                                                     Answer : (A) True
Question 16 : आवश्यकतानुसार वर्डआर्ट को मोडिफ़ाई करने के लिए, "वर्डआर्ट टूल" में "फ़ॉरमैट" टैब पर क्लिक कर सकते हैं।
You can click on the “Format” tab under “WordArt Tools” to modify the WordArt as per your requirements.
Options:  सही (True )
              ग़लत (False)                                                      Answer : (A) True
Question 17 : “ -------------- ” समानार्थक शब्दों की शब्दकोश है जिसका उपयोग समानार्थक शब्दों को खोजने के लिए कर सकते हैं।
The “ -------------- ” is a dictionary of synonyms which you can use to find words that are synonymous with a term.
Options:  अनुवाद (Translate)
               स्पेलिंग  (Spelling)
               थिसॉरस (Thesaurus)
               रिसर्च (Research )                                           Answer : (C) Thesaurus
Question 18 : वर्णित नए टेक्स्ट के द्वारा पाए गए सभी सर्च टेक्स्ट को रिप्लेस करने के लिए आप "रिप्लेस ऑल" बटन पर क्लिक कर सकते हैं।
You may click on "Replace All" button to replace all occurrences of the search text by the specified new text.
Options:  सही (True)
               ग़लत (False)                                                  Answer : (A) True
Question 19 : एम् एस वर्ड २००७ में ऑफ़िस बटन को क्लिक करने पर "एडिट" मेन्यू प्रदर्शित होता है।
In MS Word 2007 when we click on the Office Button the “Edit” menu is displayed
Options: सही (True)
              ग़लत(False)                                                   Answer : (B) False
Question 20: "----------" एक विषय सूचि है जो डॉक्यूमेंट में अपने संबंधित रेफ़्रेन्स पेज के साथ उपस्थित होता है।
A "--------------" is a listing of the topics that appear in a document with their associated page references.
Options: इंडेक्स (Index)
             टेबल (Table)
             क्लिपबोर्ड (Clipboard)
              टेबल ऑफ कॉन्टेंट (Table of Contents)         Answer : (D) Table of Contents
Question 21 : आप वर्ड के मेल मर्ज फ़ीचर का उपयोग करके अनेक लोगों को विशेष प्रस्तावों के बारे में अपने डॉक्यूमेंट को मेल कर सकते हैं।
MS Word’s Mail Merge feature facilitates you to mail your document about special offers to a large number of people
Options:  सही (True)
               ग़लत (False )                                             Answer   : (A) True
Question 22: यदि आप चाहते है की डॉक्यूमेंट में तारीख अपने आप अपडेट हो जाए तो "अपडेट ऑटोमेटिकली बॉक्स" को चेक करें।
If you want the date to be automatically get updated in a document when the current date changes, check the “Update automatically” box.
Options:  सही (True)
               ग़लत (False )                                             Answer : (A) True
Question 23 : टेक्स्ट के रूप में स्थापित हाइपरलिंक को रिमूव करने के लिए, इसपर राइट-क्लिक करते हैं और "रिमूव हाइपरलिंक" को सेलेक्ट करते हैं।
To remove the hyperlink while retaining the text, right-click on it and select “Remove Hyperlink”.
Options:  सही (True)
               ग़लत (False)                                              Answer : (A) True
Question 24 :  डॉक्यूमेंट में केवल सेलेक्ट किए गए भाग को प्रिंट करने के लिए, आप "प्रिंट रेंज" में या तो "करेंट पेज" या "पेजेज़" विकल्प का उपयोग कर सकते हैं।
To print only selected pages in your document, you may use either the “Current page” or “Pages” option under “Print Range”.
Options:  सही (True)
               ग़लत (False )                                            Answer : (A) True
Question 25 : हायरआर्की में आइटम के स्तर में बदलाव के लिए आप इसका उपयोग कर इंडेंट को बढ़ा सकते है
While changing the level of an item in the hierarchy you can increase the indent by using
Options: “टैब”.(“Tab”.)
              “बैकस्पेस. (“Backspace”.)
               "डिलीट". ("Delete".)
               "स्पेसबार". ("Spacebar")                            Answer : (A) Tab
Question 26 : "-------------" का उपयोग डॉक्यूमेंट में निश्चित स्थान को चिन्हित करने के लिए किया जाता है।
A "-------------" is used to mark a certain location in a document.
Options:   इंडेक्स (Index)
               हाइपरलिंक (Hyperlink)
               बुकमार्क (Bookmark)
               टेबल (Table )                                          Answer : (C) Book Mark
Question 27: मेल मर्ज फ़ीचर में नए डॉक्यूमेंट तैयार करने के लिए आँकड़ों की सूची का मिश्रण होता है। जिसमें सामान्यतः नामो की फाइल और एड्रेस शामिल होते हैं।
The Mail Merge feature combines a list of data, typically a file of names and addresses.
Options:  सही (True)
               ग़लत (False)                                          Answer : (A) True
Question 28 : "पेज लेआउट" टैब में मार्जिन, ओरियेन्टेशन और स्पेसिंग प्रॉपर्टीज़ शामिल होते हैं।
The “Page Layout” tab contains margin, orientation, and spacing properties.
Options:  सही (True)
              ग़लत (False)                                          Answer : (A) True
Question 29: माइक्रसॉफ़्ट वर्ड बाज़ार में मौजूद अकेला वर्ड प्रोसेसर है।
Microsoft Word is the only word processor available in the market.
Options:  सही (True)
               ग़लत (False)                                          Answer : (B) False
Question 30 : ------------- एक रिफ्रेन्स है जो डॉक्यूमेंट के एक भाग की सूचना को दूसरे भाग में दिखाता है।
A ------------- is a reference from one part of a document to related information in some another part.
Options:  हायपरलिंक (hyperlink)
               क्रॉस-रिफ्रेन्स (cross-reference)
               डॉक्यूमेंट (document)
              लिंकेज (linkage)                                     Answer : (B) Cross Reference
Question 31: मेलिंग टैब में मेल मर्ज के आवश्यक आइटम शामिल होते हैं।
The “Mailings” tab contains the items required for mail merge.
Options:  सही (True)
               ग़लत (False )                                      Answer : (A) True
Question 32 : दिए गए सारे रिबन टैब, वर्ड 2007 में प्रदर्शित होते है सिवाय,
All of the following Ribbon tabs are displayed in Word 2007, EXCEPT
Options: होम (Home)
              इंज़र्ट (Insert)
              टूल्स (Tools)
              पेज लेआउट (Page Layout)                 Answer : Tools
Question 33 : फ़ुटनोट्स और एंडनोट्स का उपयोग --------- के लिए किया जाता है।
Footnotes or Endnotes are used to provide certain “-------------”.
Options:  रिफ़्रेंन्स (references)
               सूचना (information)
               प्वॉइंट (points)
               लिस्ट (lists)                                      Answer : (A) References
Question 34 : वर्ड २००७ में सम्मिलित स्टैन्डर्ड टेमप्लेट्स का उपयोग करने के लिए "न्यू डॉक्यूमेंट" विंडो में टेमप्लेट्स नेम पर क्लिक करके आप नए डॉक्यूमेंट को तैयार कर सकते हैं।
You may create a new document using standard templates provided by Word by clicking on a template name in the “New Document” window.
Options:  सही (True)
               ग़लत ( False)                                Answer : (A) True
Question 35: न्यूज़पेपर कॉलम के लिए "---------" एक सामान्य एप्लीकेशन है।
A “-------------” is a common application for newspaper columns.
Options:  न्यूज़रीडिंग (newsreading)
              न्यूज़लेटर (newsletter)
             न्यूज़ (news) 
             न्यूज़एडिटर (newseditor)                  Answer : (B) Newsletter
Question 36 :
फ़ैक्स, अध्वनित या व्यावसायिक लेटर जैसे आम कार्यों के लिए ------------ एक पहले से डिज़ाइन किया हुआ डॉक्यूमेंट है।
A “--------------” is a pre-designed document useful for creating common purpose documents such as a fax, invoice or business letter.
Options:  टेमप्लेट (Template)
               फ़ाइल (file)
               फ़ॉर्म (form)
               डेटाबेस (database)                       Answer : (A) Template
Question 37 : मल्टीलेवल लिस्ट आइटम की सूची को एक स्तर पर न दिखाकर विभिन्न स्तरो पर दिखाती है।
A multilevel list shows the list items at different levels rather than single level.
Options:  सही (True)
               ग़लत (False)                              Answer : (A) True
Question 38 : वर्ड में फुटनोट्स प्रत्येक पेज के अंत में और एंडनोट्स, डॉक्यूमेंट के अंत में होते हैं।
Word places footnotes at the end of each page and endnotes at the end of the document.
Options:  सही (True)
               ग़लत (False)                              Answer : (A) True
Question 39: कोई बटन क्या काम करता है इसके बारे में --------- विस्तृत वर्णन प्रदान करता है।
When you move your mouse over a button, a ------ is displayed. That provides a detailed description of what the button does
Options:  सुपर-टूलटिप (Super-tooltip)
               सब-टूलटिप (Sub-tooltip)
               इन्फो (Info)
               की-टिप (Key- tip)                        Answer :  (A) Super Tool Tip
Question 40 : हाइपरलिंक डॉक्यूमेंट में ऐसे स्थान या टेक्स्ट को चिन्हित करता है, जिसे भविष्य में उपयोग के लिए नाम देते हैं।
Hyperlink identifies a location in the document or a selection of text that you name for future reference.
Options:  सही (True)
              ग़लत (False)                                         Answer :  (B) False
Question 41 : मेल मर्ज फ़ीचर में नए डॉक्यूमेंट तैयार करने के लिए आँकड़ों की सूची का मिश्रण होता है। जिसमें सामान्यतः नामो की फाइल और एड्रेस शामिल होते हैं।
The Mail Merge feature combines a list of data, typically a file of names and addresses.
Options:  सही (True)
               ग़लत (False)                                         Answer :  (A) True
Question 42 : जब आप इंज़र्शन प्वॉइंट को मूव करने के लिए माउस का उपयोग करते हैं तो माउस पॉइंटर I-बीम के आकार का हो जाता है।
When you use the mouse to move the insertion point, the shape of mouse pointer is like I-beam.
Options:  सही (True)
               ग़लत (False)                                         Answer :  (A) True
Question 43 : प्रिंट प्रिव्यू मोड में डॉक्यूमेंट को देखने के लिए, ऑफ़िस बटन पर क्लिक करके "प्रिंट→ प्रिंट प्रिव्यू" सेलेक्ट करते हैं।
To view a document in the Print Preview mode, click on the Office Button and select “Print → Print Preview”.
Options:  सही (True)
               ग़लत (False )                                       Answer :  (A) True
Question 44: मार्जिन को सेट करने के लिए, "पेज लेआउट" टैब पर "पेज सेटअप" ग्रुप से "मार्जिन" को सेलेक्ट करते हैं।
To set margins, select “Margins” from the “Page Setup” group on the “Page Layout” tab.
Options:  सही (True)
               ग़लत (False )                                       Answer :  (A) True
Question 45 : इंडेक्स एक नज़र में डॉक्यूमेंट में शामिल किए गए टॉपिक्स को दिखाता है, जिससे सूचना को खोजना आसान होता है।
Index shows you at a glance, the topics that are included in the document and makes it easier to locate information.
Options:  सही (True)
               ग़लत (False)                                         Answer : (A) True
Question 46.: आसानी से पढ़ने के लिए "-----------" का उपयोग कर सूचना को हॉरिज़ॉन्टल रो और वर्टिकल कॉलम में व्यवस्थित किया जाता है।
A “-------------” is used to organize information into an easy-to-read format of horizontal rows and vertical columns.
Options:  सेल (cell)


               शीट (sheet)
               बॉक्स (box)
               टेबल (table)                                            Answer :  (D) Table
Question 47 : बाँयी तरफ़ के किसी अकेले केरेक्टर को मिटाने के लिए आप ---------- प्रेस कर सकते हैं।
To remove individual character at the left you may press " --------------".
Options:  डिलीट (Delete)
               बैकस्पेस (Backspace)
               एंटर (Enter)
               स्पेस बार (Spacebar)                            Answer :  (B) Backspace
Question 48: एम्एस वर्ड २००७ में मोजूद स्टाइल का उपयोग करके आप अपने डॉक्यूमेंट को ऑटोमेटिक रूप से फ़ॉरमैट कर सकते हैं।
You can format your document automatically applying Styles, available in MS Word 2007
Options:  सही (True)
               ग़लत (False)                                            Answer : (A) True  
__________________________________________________________________________

Microsoft Excel Question in Hindi for RSCIT final Exam

Question 1 : फ़ॉरमूले में, शुरू और अंत के सेल एड्रेस को द्वारा एडजसेंट रेंज निर्दिष्ट होती है और इसे --------- के द्वारा पृथक करते हैं।
In formulas, an adjacent range is specified by giving the starting and ending cell addresses separated by a -------------.
Options:  सेमिकोलन (;)  semicolon (;)
               कॉमा (,)  comma (,)
               फुलस्टॉप (.) fullstop (.)
               कोलन (:) colon (:)                               Answer : (D)Colon :
Question 2 : एक पेज पर अधिक डेटा को फ़िट करने के लिए, आप पेज का ओरियेन्टेशन लेंडस्केप में बदलते हैं।
If we require to add more data to be on one page, we change the page orientation to landscape.
Options:  सही (True)
               ग़लत (False)                                        Answer : (A)True
Question 3: "ऑटोकरेक्ट" माइक्रोसॉफ़्ट एक्सेल 2007 का ऐसा फ़ीचर है जो श्रृंखला को तार्किक रूप से दोहराने और बढ़ाने को आसान बनाता है।
"AutoCorrect" is a feature of Microsoft Excel 2007 that makes entering a series of headings easier by logically repeating and extending the series.
 Options:   सही (True)
                 ग़लत (False)                                    Answer : (B)False
Question 4:  आपकी एक्सेल फ़ाइल “.xltx”. एक्सटेंशन के साथ स्टोर होती है।
Your Excel file is stored with the extension “.xltx”.
Options:  सही (True)
               ग़लत (False)                                     Answer : (B)False
Question 5 : "इंज़र्ट" टैब में आपको टेबिल, ग्राफ़िक्स और हाइपरलिंक्स जैसे विशेष घटकों को जोड़ने की सुविधा मिलती है।
The “Insert” tab lets you add special ingredients like tables, graphics, charts, and hyperlinks in a spreadsheet program.
Options:  सही (True)
               ग़लत (False)                                   Answer : (A)True
Question 6 : जो टेक्स्ट पेज के बॉटम मार्जिन पर स्थित रहता है, उसे "फुटर" कहते हैं।
The text that appears in the bottom margin of the page is called as the "Footer".
Options: सही (True)
              ग़लत (False)                                   Answer : (A)True
Question 7: एम एस एक्सेल 2007 का उपयोग विभिन्न प्रकार के --------- में किया जाता है, जो सामान्य से लेकर जटिल कार्यो तक उपयोगी होते हैं।
MS excel 2007 is used for different types of ------------- varying from very simple to complex.
Options:  गणना (calculations)
               मैनुपुलेशन (manipulations)
               प्रेझेंटेशन (presentations)
               एक्सप्रेशन (expressions)                 Answer : (A)Calculations
Question 8 : "टेबल" डेटा को दृश्य रूप में प्रस्तुत करता है तथा सूचना को आकर्षक एवं आसान तरीके से प्रस्तुत करता है।
A "table" is a visual representation of data and conveys the information in an easy to understand and attractive manner.
Options:  सही (True)
               ग़लत (False)                               Answer : (B)False
Question 9 : "-------------” अकाउंटेंट के बहीखाते के समान है, जो रो और कॉलम में रखा गया है।
A “-------------” is like an accountant’s ledger, consisting of rows and columns.
Options:  टेबल (table)
               MS एक्सल 2007 (MS Excel 2007)
               फ़ॉरमैट (format)
               शीट (sheet)                                 Answer : (B) MS Excel 2007
Question 10 : स्प्रेडशीट प्रोग्राम में, टेबल, दो या दो से अधिक सेलों का सेलेक्शन है।
In a spreadsheet program a table is a selection of two or more cells.
Options:  सही (True)
               ग़लत (False)                             Answer : (A)True
Question 11 : पेज के ऊपरी मार्ज़िन में स्थित टेक्स्ट को -------------- कहते हैं।
The text that appears in the top margin of the page is called the -------------.
Options:  फुटर (Footer)
               कॉलम (Column)
               हेडर (Header)
               पैराग्राफ (Paragraph)                  Answer : (C) Header
Question 12: “-------------” में फ़ाइल को खोलने, सेव करने, प्रिंट करने और बंद करने के कमांड होते हैं।
“-------------” contains commands for opening, saving, printing, and closing a file.
Options:  "व्यू" टैब ("View" tab)
               "ऑफ़िस बटन" ("Office Button")
               "इंज़र्ट" टैब ("Insert" tab)
               "रिव्यू" टैब ("Review" tab )         Answer : (B) Office Button
Question 13 : एम् अस एक्सेल २००७ में रिबन के नीचे, बांयी ओर नेम बॉक्स और दांयी ओर फ़ॉर्मूला बार नज़र आता है।
In MS Excel 2007, below the "Ribbon", we can see Name Box on the left and the Formula Bar on the right.
Options:  सही (True)
               ग़लत (False)                           Answer : (A)True
Question 14: इलेक्ट्रॉनिक स्प्रेडशीट या वर्कशीट में डेटा को एडिट, नए डेटा को शामिल और अनुपयोगी डेटा को डिलीट किया जा सकता है।
In an electronic spreadsheet or worksheet,data can be edited, new data can be added, and unwanted data can be deleted.
Options:  सही (True)
               ग़लत (False)                         Answer : (A)True
Question 15 : "लेंडस्केप" डिफ़ॉल्ट पेज ओरियेन्टेशन सेटिंग है।
Options:  सही (True)
               ग़लत (False)                        Answer : (B)False
Question 16:  "टेक्स्ट बॉक्स" में सेल एड्रेस प्रदर्शित होता है।
The cell address is displayed in the “Text Box”.
Options:   सही (True)
                ग़लत (False)                      Answer : (B)False
Question 17: "रिव्यू" टैब में स्पेल चेक की तरह प्रूफ़िंग टूल होता है और इसमें कई बटन होते हैं जो वर्कशीट और पुर्नरीक्षण के लिए कमेंट को जोड़ने की सुविधा देते हैं।
The “Review” tab contains proofing tools like spell check & also has buttons that let you add comments to a worksheet and manage revisions.
Options:  सही (True)
               ग़लत (False )                       Answer : (A)True
Question 18: “-------------” स्वतंत्र डिज़ाइन हैं जिसका उपयोग डॉक्यूमेंट के विभिन्न भागों में किया जा सकता है।
“-------------” are individual designs that can be applied to different parts of the document.
Options:  "ग्राफ़िक्स" ("Graphics")
               “स्टाइल” (“Styles”)
              "पिक्चर्स" ("Pictures")
               "थीम" ("Themes")                Answer : (B)Style
Question 19 : ------ डेटा का दृष्टिगत रिप्रज़ेनटेशन है और सूचना को समझने के लिए आसान और आकर्षित तरीके से प्रतिपादित करता है।
A ------------- is a visual representation of data and conveys the information in an easy to understand and attractive manner.
Options:  चार्ट (chart)
               टेबल (table)
               पिक्चर (Picture)
               ग्रफ़िक्स (graphic)              Answer : (A)Chart
Question 20 : आपकी एक्सेल 2007 फ़ाइल "-------------" एक्सटेंशन के साथ स्टोर होता है।
Your Excel 2007 file is stored with the extension “-------------”.
Options:  ".docx" ".docx"
               “.xlsx”
               “.xltx”
               ".zltx"                                 Answer : (B).xlsx
Question 21: --------- ऑप्शन के साथ आप रो या कॉलम या दोनों को फ़्रीज़ कर सकते हैं, अर्थात् वर्कशीट में रहते हुए आप हमेशा उस रो या कॉलम में सूचना को देख सकते हैं।
With the ------------- option, you can freeze either, or both, rows and columns ie. regardless of where you are in the worksheet, you can see the information in those rows and/or columns at all times.
Options:  "स्प्लिट" ("Split")
                "अरेंज" ("Arrange")
                "फिल्टर" ("Filter")
                "फ़्रीज़ पेन्स” (“Freeze Panes”)         Answer : (D)Freeze Panes
Question 22: रो और कॉलम का कटाव "---------------" कहलाता है।
The intersection of a row and a column is called a “-------------” .
Options:   टेबल (table)
                सेल (cell)
                डेटा (data)
                शीट (sheet )                                    Answer : (B)Cell
Question 23: "-------------" ऐसा नियम है जो वैल्यू के पूर्वानुमान में मदद करता है।
"-------------" is a method which aids you in forecasting values.
Options:  "फाइंड" ("Find")
                "रिप्लेस" ("Replace")
                "गोल सीक" ("Goal Seek")
                "गो टू" ("Go to")                               Answer : (c)Goal Seek
Question 24:  ----------- पूर्वलिखित फ़ॉर्मूले होते हैं, जो स्वतः गणना करने का कार्य करते हैं।
A “-------------” is a prewritten formula that performs calculations automatically.
Options:  “फ़ंक्शन” (“Function”)
               "इक्वेशन" ("Equation")
              "टेमप्लेटस" ("Template")
              "रिएक्शन" ("Reaction" )                     Answer : (A)Function
Question 25:"रिलेटिव रिफ्रेन्स" ऐसी सेल या रेंज रिफ्रेन्स है जिसका उपयोग फ़ॉरमूला में उस समय होता है जब फ़ॉरमूला कॉपी करने पर स्थान में परिवर्तन नहीं होता है।
"A relative reference" is a cell or range reference used in a formula whose location does not change when a formula is copied.
Options:  सही (True)
               ग़लत (False)                                   Answer : (B)False
Question 26: जब आप एक से अधिक रिफ्रेंस डेटाशीट पर काम कर रहे होते है तो यह रिफ्रेन्सिंग मल्टीपल शीट्स कहलाती है।
While working you may have to reference data from more than one sheet which is called referencing multiple sheets.
Options:  सही (True )
               ग़लत (False)                                  Answer : (A)True
Question 27:  एक्सेल में, फ़ॉरमूला हमेशा बराबर (=) के चिन्ह से शुरू होता है और यह जोड़, घटाव, गुणा, भाग, प्रतिशत और बीजगणितीय कार्य के लिए क्रमानुसार अरिथमेटिक संचालक जैसे +,-,*, /, %, और ^ का उपयोग करता है।
In Excel, a formula always begins with an equal sign (=) and uses arithmetic operators like +, -, *, /, %, and ^ to perform addition, subtraction, multiplication, division, percent and exponentiation respectively.
Options:  सही (True)
               ग़लत (False )                                 Answer : (A)True
Question 28: सेल निश्चित करने के लिए यानि संबंधित सेल के स्वतः रेफ़्रेंन्स को रोकने के लिए, कॉलम और रो की संख्या के पहले ------------- टाइप करते हैं।
To stop the automatic relative cell references, i.e. to make the cell reference absolute, type a ------------- character before the column and row number.
Options:  # (hash)
              $ (डॉलर)
              % (प्रतिशत)
              * (स्टार)                                                      Answer : (B) $ Dollar
Question 29: "टाइटल" सामान्यतः फ़ुटर के रूप में प्रस्तुत होती है।
The "title" is usually given as the footer.
Options:  सही (True )
               ग़लत (False)                                            Answer : (B)False
Question 30: माइक्रोसॉफ़्ट एक्सेल 2007 में, एक अकेली फ़ाइल या डॉक्यूमेंट ---------- कहलाता है।
In Microsoft Excel 2007, a single file or a document is called a “-------------”.
Options:   वर्कबुक (workbook)
                वर्कशीट (worksheet )
                शीट (sheet)
                नोटबुक (notebook)                               Answer : (A)Workbook
Question 31 : ------------- एक ऐसी फ़ाइल है जो "रेडि टू यूज" रूप में एप्लिकेशन द्वारा प्रदान किया जाता है।
A ------------- is a file that is provided by the application in a “ready to use” format.
Options:  शीट (sheet)
               टेमप्लेट्स (template)
               बुक (book)
               रिपोर्ट (report)                                       Answer : (B)Template
Question 32: "नोटबुक" में एक या अधिक वर्कशीट का संग्रह होता है, और चार्ट शीट में आपके वर्कशीट डेटा की ग्राफ़िक तस्वीरें होती हैं।
"Notebook" contains a collection of one or more worksheets and, optionally, chart sheets containing graphic pictures of your worksheet data.
Options:  सही (True)
               ग़लत (False )                                      Answer : (B)False
Question 33: जब एक फ़ॉर्मूला, किसी वर्कशीट में दूसरी रो या कॉलम के सेल रिफ्रेंस कॉपी में रखा जाता है तो यह सेल रिफ्रेंस बदलता नहीं है।
When a formula containing an absolute cell reference is copied to another row or column in the worksheet, the cell reference does not change.
Options:  सही (True)
              ग़लत (False )                                     Answer : (A)True
Question 34: अपनी वर्कबुक में विभिन्न वर्कशीट्स के बीच मूव करने के लिए "वर्कबुक" टैब पर क्लिक करने की आवश्यकता होती है।
To move among the worksheets in your workbook, you need to click on the "workbook" tab.
Options:  सही (True)
               ग़लत (False )                                   Answer : (B)False
Question 35: एक थीम में कलर पैलेट, फ़ॉन्ट सेट, और इफ़ेक्ट शामिल होते हैं।
A theme comprise of a color palette, font set, and effects.
Options:  सही (True)
               ग़लत (False)                                  Answer : (A)True

Question 36: जैसे ही आप एक सेल से दूसरे सेल में मूव करते हैं, तो एक्टिव सेल का ऐड्रेस या रिफ़्रेंस नाम बॉक्स में उपस्थित हो जाता है।
In a spreadsheet program as you move from one cell to another, the reference or address of the active cell appears in the "Name Box".
Options:  सही (True)
              ग़लत (False)                                    Answer : (A)True
Question 37: आप अपना खुद का वर्कबुक टेमप्लेट्स तैयार और डिज़ाइन कर सकते हैं।
You can create and design our own workbook templates.
Options:  सही (True)
               ग़लत (False)                                   Answer : (A)True
Question 38: माइक्रोसॉफ़्ट एक्सेल एप्लीकेशन को शुरू करने के लिए, स्टार्ट बटन पर क्लिक करके "ऑल प्रोग्राम → माइक्रोसॉफ़्ट ऑफ़िस → माइक्रोसॉफ़्ट ऑफ़िस एक्सेल 2007" सेलेक्ट करते हैं।
To start the Microsoft Excel application, click on the “Start” button and select “All Programs → Microsoft Office → Microsoft Office Excel 2007”.
Options:  सही (True)
               ग़लत (False)                                  Answer : (A)True 
_____________________________________________________________________

Microsoft Powerpoint Question in Hindi for RSCIT Exam

Question: 1  स्लाइड लेआउट, एक स्लाइड पर टेक्स्ट, तस्वीरों, टेबिल, चार्ट और फ़िल्म जैसे अवयवों की व्यवस्था को प्रदर्शित करता है।
A Slide Layout refers to the arrangement of elements, such as text, pictures, tables, charts and movies, on a slide.
Options:  सही (True)
               False                                                (A) TRUE
Question 2 : स्लाइड को डिलीट करने के लिए नॉर्मल व्यू या स्लाइड सॉर्टर व्यू का उपयोग कर सकते हैं।
You may use either the Normal View or the Slide Sorter View to delete a slide.
Options:  सही (True)
               False                                               (A) TRUE
Question 3 : “ -------------- ” उपयोग के लिए तैयार पिक्चर प्रदान करता है।
“ -------------- ” refers to a ready-to-use picture.
Options:  "वर्डआर्ट" ("WordArt")
                "ClipArt"
                “स्मार्टआर्ट” (“SmartArt”)
                "ऑटोशेप" ("Autoshape" )               (B) CLIPART
Question 4 : पॉवर पोईंट प्रेझेटेशन मे हम फिल्मोकी एक छोटी क्लिप का समावेश कर सकते है
We can insert a video clip on a PowerPoint slide
Options:  सही (TRUE)
               FALSE                                           (A) TRUE
Question 5 : प्रेज़ेन्टेशन में हेंडआउट या नोट्सपेज के सबसे ऊपर या नीचे स्लाइड की संख्या, समय और तारीख, कंपनी का लोगो या प्रेज़ेन्टेशन का शीर्षक को जोड़ने के लिए हेडर और फुटर का उपयोग किया जाता है।
Headers and Footers are used to add information such as slide numbers, the time and date, a company logo or the presentation title to the top of a handout or notes page in your presentation, or to bottom of a slide, handout or notes page.
Options:  सही (True)
                False                                           (A) TRUE
Question 6 : “--------------” ग्राफ़िक आपकी सूचना और विचार का दृश्य प्रेज़ेन्टेशन है।
A “--------------” graphic is a visual representation of your information and ideas.
Options:  "वर्डआर्ट" ("WordArt")
               ClipArt"
                “स्मार्टआर्ट” (“SmartArt”)
                 "ऑटोशेप"                                 (C) SMARTART
Question 7 :हाल में उपयोग किए गए प्रेज़ेन्टेशन को खोलने के लिए, ऑफिस बटन पर क्लिक करके "रिसेंट डॉक्यूमेंट" के अंतर्गत प्रदर्शित सूची में प्रेज़ेन्टेशन नाम पर क्लिक करते हैं।
To open a recently used presentation you may click the Office Button and then click on the presentation name in the list displayed under “Recent Documents”.
Options:  सही (True)
               False                                          (A) TRUE
Question 8 : " --------------" वर्तमान डॉक्यूमेंट के एक स्थान से अन्य डॉक्यूमेंट या वेबसाइट के बीच होने वाला संपर्क है।
A " --------------" is a connection to a location in the current document, another document or to a Web site.
Options:  हाइ लिंक (High link)
              hypolink
              लिंकेज (linkage)
              हाइपरलिंक (hyperlink)                (D) HYPER LINK
Question 9 : पावरप्वॉइंट द्वारा प्रदान किए गए टेमप्लेट्स का उपयोग करके आप नए प्रेज़ेन्टेशन तैयार कर सकते हैं।
You may create a new presentation using a template provided by PowerPoint.
Options:  सही (True)
               False                                         (A) TRUE
Question 10 : ग्राफ़िक्स प्रेज़ेन्टेशन प्रोग्राम में प्रत्येक प्रेज़ेन्टेशन ------------ में विभाजित होता है।
In Graphics Presentation Programs each presentation is divided into --------------.
Options:  चार्ट्स (charts)
               slides
               टेबल (tables)
               पिक्चर (pictures)                      (B) SLIDES
Question 11 : प्रेज़ेन्टेशन ग्राफ़िक्स में, --------- का उपयोग प्रेज़ेन्टेशन में हैंडआउट या नोट्स पेज के ऊपर या स्लाइड, हैंडआउट या नोट्स पेज में नीचे की ओर सूचनाएँ, जैसे स्लाइड संख्या, समय और तारीख, कंपनी लोगो या प्रेज़ेन्टेशन टाइटल को रखने के लिए करते हैं।
In Presentation Graphics" -------------- " are used to add information such as slide numbers, the time and date, a company logo or the presentation title to the top of a handout or notes page in your presentation, or to bottom of a slide, handout or notes
Options:  हाइपरलिंक (hyperlinks)
               tables
               हेडर्स और फुटर्स (Headers and Footers)
               चार्ट्स (charts)                        (C) HEADERS AND FOOTERS
Question 12 : "स्लाइड सॉर्टर व्यू" में आप देख सकते हैं कि आपके ग्राफ़िक्स, समय, फ़िल्म, एनीमेशन और ट्रांज़िशन इफ़ेक्ट वास्तविक शो में कैसे नज़र आएँगे।
With "Slide Sorter View" you can see how your graphics, timings, movies, animated elements and transition effects will look in the actual show.
Options:  सही (True)
               False                                      (B) FALSE
Question 13 : पावरप्वॉइंट में "बिल्ड इफ़ेक्ट" स्लाइड के कन्टेन्ट का एनीमेशन होते हैं।
In PowerPoint "build effects'''' are animations to slide contents.
Options:  सही (True)
               False                                      (A) TRUE
Question 15 : पावरप्वॉइंट "मैच केस"- संवेदनशील सर्च के लिए इस बॉक्स को चेक कर सकते हैं।
In PowerPoint "Match case": You may check this box for a case sensitive search.
Options:  सही (True)
               False                                      (A) TRUE
Question 16 :  "क्लिप", एक सिंगल मीडिया फ़ाइल हो सकती है जिसमें आर्ट, साउंड, एनीमेशन, या मूवीज़ शामिल हो सकती हैं।
A “Clip” may be a single media file, including art, sound, animation or movies.
Options:  सही (True)
               False                                      (A) TRUE
Question 17 : "आउटलाइन" टैब आपके स्लाइड टेक्ट्स को आउटलाइन के रूप में दिखाता है।
The “Outline” tab shows your slide text in outline form.
Options:  सही (True)
               False                                      (A) TRUE
Question 18 : “ --------------” सामान्य उद्देश्य जैसे फ़ोटो अल्बम, या क्विज़ शो के लिए एक पूर्ववर्णित प्रेज़ेन्टेशन है।
A “ --------------” is a pre-designed presentation designed for common purposes such as a photo album or a quiz show.
Options:  "चार्ट" ("Chart")
               "Table"
               "स्लाइड" ("Slide")
               “टेमप्लेट” (“Template”)           (D) TEMPLATE
Question 19 : "स्लाइड" टैब अपने प्रेज़ेन्टेशन में नेवीगेशन को आसान बनाता है और बदलाव के प्रभाव को देखने, तथा स्लाइड को पुर्नगठित करने, जोड़ने या डिलीट की प्रक्रिया को आसान बनाता है।
The “Slides” tab makes it easy to navigate through your presentation and to see the effects of changes and also rearrange, add or delete slides.
Options:  सही (True)
               False                                     (A) TRUE
Question 20 : स्मार्टआर्ट प्रोग्राम्स को आकर्षक प्रेज़ेन्टेशन को तैयार करने में मदद के लिए डिज़ाइन किया गया है।
SmartArt Programs are designed to help you to create an effective presentation.
Options:  सही (True)
               False                                     (B) FALSE
Question 21 :  "एनीमेशन" आपकी स्लाइड के लिए विशेष दृश्य या साउंड इफ़ेक्ट प्रदान करता है।
“Animation” refers to the addition of special visual or sound effects to your slides.
Options:  सही (True)
               False                                      (A) TRUE
Question 22 : पावरप्वॉइंट द्वारा प्रदान किए गए टेमप्लेट्स का उपयोग करके आप नए प्रेज़ेन्टेशन तैयार कर सकते हैं।
You may create a new presentation using a template provided by PowerPoint.
Options:  सही (True)
               False                                      (A) TRUE
Question 23 : पहले सेव की गई फ़ाइल को खोलने के लिए, रिबन पर क्लिक करके "ओपन" सेलेक्ट करते हैं।
To open a file that you have previously saved, click the Ribbon and select “Open”.
Options:  सही (True)
               False                                      (A) TRUE
Question 24 : वर्डआर्ट ग्राफ़िक्स का उपयोग करके, मैसेज का प्रभावशाली और आसान ढंग से शीघ्रता पूर्वक संचार कर सकते हैं।
Using WordArt graphics, you can effectively communicate your message in a quick and simple way.
Options:  सही (True)
               False                                      (A) TRUE
Question 25 : "रिव्यू" किसी प्रेज़ेन्टेशन को देखने का एक तरीका होता है।
A “review” is a way of looking at a presentation.
Options:  सही (True)
               False                                      (B) FALSE
Question 26 : माइक्रोसॉफ़्ट पावरप्वॉइंट एप्लीकेशन को स्टार्ट करने के लिए, "स्टार्ट" बटन पर क्लिक करके "ऑल प्रोग्राम→ माइक्रोसॉफ़्ट ऑफ़िस→ माइक्रोसॉफ़्ट ऑफ़िस पावर प्वॉइंट 2007" को सेलेक्ट करते हैं।
To start the Microsoft PowerPoint application, click on the “Start” button and select “All Programs → Microsoft Office → Microsoft Office PowerPoint 2007”.
Options:  सही (True)
               False                                    (A) TRUE
Question 27 : स्क्रीन के बॉटम पर स्थित "------" टैब पर प्रदर्शित बटन पर क्लिक करके प्रेज़ेन्टेशन व्यू को बदल सकते हैं।
You may change the presentation views by clicking on the buttons displayed on the “ --------------” at the bottom of the screen.
Options:  "टाइटल बार" ("Title Bar")
               "Menu Bar"
               "टूल बार" ("Tool Bar")
               “स्टेटस बार” (“Status Bar” )               (D) STATUS BAR
Question 28 : "स्केल टू फ़िट पेपर": स्लाइड को आउटर फ्रेम के साथ प्रिंट करने के लिए इस बॉक्स को चेक करें।
"Scale to fit paper": Check this box to print the slides with an outer frame.
Options:  सही (True)
               False                                                    (B) FALSE
Question 29 : प्रेज़ेन्टेशन को वेब पेज के रूप में प्रिव्यू करने के लिए, रिबन में "वेब पेज प्रिव्यू" कमांड को जोड़ने की आवश्यकता होती है।
To preview your presentation as a web page, you need to add the “Web Page Preview” command to the Ribbon.
Options: सही (True)
              False                                                     (B) FALSE
Question 30 : जब प्वॉइंटर ----------- में परिवर्तित होता है, तब आप इच्छानुसार स्थान पर प्लेसहोल्डर को ड्रैग कर सकते हैं।
When the pointer becomes a --------------, you can drag placeholder to the location you wish.
Options:  राउंड ऐरो (round arrow.)
               two-headed arrow.
               प्लस चिन्ह (plus sign. )
               फोर-हेडेड ऐरो (four-headed arrow)     (D) four-headed arrow
Question 31 :  -------------- एक आइकॉन प्रदर्शित करता है जिसमें सामान्य रूप से उपयोग होने वाले कमांड जैसे सेव, अनडू और रिडू रहते हैं।
-------------- which displays icons that represent commonly used commands such as Save, Undo, and Redo.
Options:  होम बटन (Home Button)
               The Ribbon
               क्विक एक्सेस टूलबार (The Quick Access toolbar)
               ऑफ़िस बटन (The Office Button)            (C) The Quick Access toolbar
Question 32 : एडिट के दौरान "आउटलाइन" टैब आपकी स्लाइडों को थंबनेल के आकार की तस्वीरों के रूप में दिखाता है।
The “Outline” tab shows your slides as thumbnail-sized images while you edit.
Options:  सही (True)
              False                                                           (B) FALSE
Question 33 : "स्लाइड शो व्यू" थंबनेल के रूप में सभी स्लाइड्स को प्रदर्शित करता है।
"Slide Show View" is an exclusive view of your slides in thumbnail form.
Options:  सही (True)
               False                                                          (B) FALSE
Question 34 : जब आप अपने माउस को साइज़िंग हेंडल के ऊपर मूव कराते हैं, तो प्वॉइंटर "----------------"की तरह होता है।
When you move your mouse over a sizing handle the pointer becomes a “ --------------” .
Options:  राउंड ऐरो (round arrow.)
               two-headed arrow.
               प्लस चिन्ह (plus sign.)
               चार सिरो वाला ऐरो (four-headed arrow.)     (B) two-headed arrow.
Question 35 : ग्राफ़िक्स प्रेज़ेन्टेशन प्रोग्राम में प्रत्येक प्रेज़ेन्टेशन दो चार्टों में विभाजित होता है।
In Graphics Presentation Programs each presentation is divided into charts.
Options:  सही (True)
              False                                                           (B) FALSE
Question 36  पॉवर पोईंट प्रेंझेटेशन का उपयोग करना बहूत आसान एवंम किसी भी विषय वस्तू का प्रेंझेटेशन देने के लिये किया जा सकता है?
Using a PowerPoint presentation graphics is simple and it is used for effective presentation on a topic
Options:  सही (TRUE)
               FALSE                                                     (A) TRUE
Question 37 : पावरप्वॉइंट में "इंज़र्ट" टैब में स्लाइड के डिज़ाइन के लिए टूल्स होते हैं।
In PowerPoint the “Insert” tab contains tools to design your slides.
Options:  सही (True)
               False                                                          (B) FALSE
Question 38 : ... ... ... का उपयोग कंप्यूटर पर स्लाइड शो बनाने के लिए किया जाता है।
____ are used to create slide shows on the computer
Options:  प्रेजे़न्टेशन ग्राफ़िक्स (Presentation graphics)
              Analytical development programs
              सुपर स्लाइड पैकेज (Super slide packages)
              स्लाइड मेकर टूल्स (Slide maker tools)       (A) Presentation graphics

Question 39 : स्क्रीन पर विंडो में अपने स्लाइड की प्रिव्यू को देखने के लिए, क्विक एक्सेस टूलबार पर क्लिक करके "प्रिंट→प्रिंट प्रिव्यू" को सेलेक्ट करते हैं।
To see a preview of your slide in a window on the screen, click on the Quick Access Toolbar and select “Print → Print Preview”.
Options:  सही (True)
              False                                                            (A) TRUE
Question 40 : पॉवरपॉईंट प्रेझेटेशन निम्मलिखित एप्लिकेशन प्रोग्रामका एक हिस्सा है
PowerPoint Presentation is a component of following application software
Options:  लिप ऑफिस(Leap office)
               Star office
               ओपन ऑफिस(Open Office)
               एम एस OFFICE                                   (D) M S OFFICE
Question 41 : "इंसर्ट" टैब में किसी ऑब्जेक्ट के बेसिक सेट होते हैं जिसे आप स्लाइड में इंज़र्ट कर सकते हैं।
The “Insert” tab contains the basic set of objects which you can insert into a slide.
options:  सही (True)
              False                                                        (A) TRUE
Question 42 : किनारे पर स्थित साइज़िंग हेंडल का उपयोग केवल ऊँचाई और चौड़ई को संतुलित करने के लिए किया जाता है।
The sizing handles at the sides are used to adjust only the height or the width.
Options:  सही (True)
               False                                                     (A) TRUE
Question 43 : “ --------------” टैब में बेसिक फ़ॉरमेटिंग टूल्स होते हैं।
The “ --------------” tab contains the basic formatting tools.
Options:  “डिज़ाइन” (“Design”)
               “View”
                इंज़र्ट” (“Insert”)
                “होम” (“Home”)                                  (A) HOME
Question 44 : “ --------------” मुख्य एडिटिंग व्यू है।
“ --------------” is the main editing view.
Options:  स्लाइड सॉर्टर व्यू (Slide Sorter View)
              Normal View
               स्लाइड शो व्यू(Slide Show View)
              नोट्स पेज (Notes Page)                      (B) NORMAL VIEW
Question 45 : स्लाईड सॉर्टर व्यू में स्लाईड की छोटी तस्वीरें नज़र आती हैं-
Miniature Pictures of Slides is displayed in the Slide Sorter view
Options:  सही (True)
              False                                                    (A) TRUE
Question 46 : स्लाइड शो को कैसे चलना है, इसको कंट्रोल करने वाले टूल्स “ --------------” टैब में होते हैं।
The “ --------------” tab contains tools that control how the slide show is presented.
Options:  “डिज़ाइन” (“Design”)
                Slide Show”
               “रिव्यू” (“Review”)
                 व्यू” (View” )                                  (B) SLIDE SHOW