Thursday 3 December 2020

General Computer Test - 2


1. The memory address of the first element of an array is called

(a)   floor address

(b)   foundation address

(c)   first address

(d)   base address

(e)   None of these

Ans : (d)

2. The term “push” and “pop” is related to the

(a)   array

(b)   lists

(c)   stacks

(d)   all of these

(e)   None of these

Ans : (c)

3. What does Router do in a network?

(a)   Forwards a packet to all outgoing links

(b)   Forwards a packet to the next free outgoing link

(c)   Determines on which outing link a packet is to be forwarded

(d)   Forwards a packet to all outgoing links except the original link

(e)   None of these

Ans : (c)

4. Repeater operates in which layer of the OSI model?

(a)   Physical layer

(b)   Data link layer

(c)   Network layer

(d)   Transport layer

(e)   None of these

Ans : (a)

5. GIF images can have only upto …………. colors

(a)   128

(b)   256

(c)   512

(d)   1024

(e)   None of these

Ans : (b)

6. …………is stored on a client and contains state information of the website visited

(a)   Cookies

(b)   Servelet

(c)   History

(d)   Resident Page

(e)   None of these

Ans : (a)

7. ………..are small applications that are accessed on an internet server, transported over the internet, automatically installed and run as part of a web document.

(a)   Applets

(b)   Java Bean

(c)   Sockets

(d)   Java Component

(e)   None of these

Ans : (a)

8. Encryption is the conversion of data in some intelligible format into an unintelligible format called to prevent the data from being understood if read by an unauthorized party.

(a)   Clear Text

(b)   Encrypted Text

(c)   Cipher Text

(d)   Coded Text

(e)   None of these

Ans : (c)

9. The method for storing data temporarily such that the input-output of the same job is overlapped with its own processing, is known as :

(a)   Spooling

(b)   Contention

(c)   I/O wait

(d)   Buffering

(e)   None of these

Ans : (d)

10. Each cell in Microsoft Office Excel documents is referred to by its cell address, which is the…………..

(a)   cell’s column label

(b)   cell’s column label and worksheet tab name

(c)   cell’s row and column labels

(d)   cell’s row label

(e)   None of these

Ans : (c)

11. The lowest form of computer language is called

(a)   BASIC

(b)   FORTRAN

(c)   Machine Language

(d)   COBOL

(e)   None of these

Ans : (c)

12. The portion of the application that you work with in an application software package is the

(a)   user interface

(b)   utility interface

(c)   processing interface

(d)   analytical interface

(e)   None of these

Ans : (a)

13. A……………provides access to features of the program.

(a)   menu bar

(b)   browser

(c)   Office Assistant

(d)   feature presentation

(e)   None of these

Ans : (a)

14. Menus are a part of the

(a)   hardware

(b)   monitor

(c)   Status Bar

(d)   user interface

(e)   None of these

Ans : (d)

15. Which of the following is the term for a request for specific data contained in a database?

(a)   question

(b)   query

(c)   inquiry

(d)   quiz

(e)   None of these

Ans : (b)

16. Windows 7 is an example of a(n)

(a)   application software

(b)   browser

(c)   Operating system

(d)   shareware

(e)   None of these

Ans : (c)

17. The most powerful type of computer.

(a)   mainframe computers

(b)   microcomputers

(c)   minicomputers

(d)   supercomputers

(e)   None of these

Ans : (d)

18. The system component that controls and manipulates data in order to produce information is called the

(a)   keyboard

(b)   microprocessor

(c)   monitor

(d)   mouse

(e)   None of these

Ans : (b)

19. Which of the following is not an operating system for mobile phones?

(a)   Android

(b)   Symbian

(c)   iOS

(d)   Bada

(e)   All of these are OS for mobile phones

Ans : (e)

20. This type of file is created by word processors.

(a)   worksheet

(b)   document

(c)   database

(d)   presentation

(e)   None of these

Ans : (b)

21. Many experts are predicting that this revolution is expected to dramatically affect the way we communicate and use computer technology.

(a)   graphics

(b)   input

(c)   memory

(d)   wireless

(e)   None of these

Ans : (d)

22. The Internet was launched in 1969 when the United States funded a project that developed a national computer network called

(a)   Web

(b)   ISP

(c)   CERN

(d)   ARPANET

(e)   None of these

Ans : (d)

23. A(n) …….. program provides access to Web resources.

(a)   Web

(b)   ISP

(c)   browser

(d)   URL

(e)   None of these

Ans : (c)

24. Rules for exchanging data between computers are called

(a)   programs

(b)   procedures

(c)   protocols

(d)   hyperlinks

(e)   None of these

Ans : (c)

25. The last part of the domain name following the dot(.) is the top………domain

(a)   Level

(b)   link

(c)   locator

(d)   language

(e)   None of these

Ans : (a)

Tuesday 1 December 2020

General Computer Test - 1


1.   ………….is a technique of improving the priority of process waiting in Queue for CPU allocation

a)    Starvation                    

b)    Ageing

c)    Revocation                  

d)    Relocation

e)    None of these

Ans : (b)

2.   A grammar for a programming language is a formal description of

a)    Syntax                         

b)    Semantics

c)    Structure                      

d)    Code

e)    None of these

Ans : (c)

3.   …………is a technique of temporarily removing inactive programs from the memory of computer system

a)    Swapping            

b)    Spooling

c)    Semaphore             

d)    Scheduler

e)    None of these

Ans : (a)

4.   The memory allocation scheme subject to “external” fragmentation is

a)    segmentation

b)    swapping

c)    pure demand paging

d)    multiple fixed contiguous partitions

e)    None of these

Ans : (a)

5.Virtual memory is

a)    simple to implement

b)    used in all major commercial operating systems

c)    less efficient in utilization of memory

d)    useful when fast I/O devices are not available

e)    None of these

       Ans : (b)

6. Before proceeding with its execution, each process must acquire all the resources it needs is called

a)    hold and wait

b)    No pre-emption

c)    circular wait

d)    starvation

e)    None of these

Ans : (a)

7. The main reason to encrypt a file is to.................

a)    Reduce its size

b)    Secure it for transmission

c)    Prepare it for backup

d)    Include it in the start-up sequence

e)    None of these

Ans : (b)

8. ‘LRU’ page replacement policy is

a)    Last Replaced Unit

b)    Last Restored Unit

c)    Least Recently Used

d)    Least Required Unit

e)    None of these

Ans : (c)

9. Which  of   the  following   is  not   a  fundamental process state

a)    ready

b)    terminated

c)    executing

d)    blocked

e)    None of these

Ans : (d) 

10. ODBC stands for

a)    Object Database Connectivity

b)    Oral Database Connectivity

c)    Oracle Database Connectivity

d)    Open Database Connectivity

e)    None of these

Ans : (d)

11. Which two files are used during operations of the DBMS

a)    Query languages and utilities

b)    DML and query language

c)    Data dictionary and transaction log

d)    Data dictionary and query language

e)    None of these

Ans : (c)

12. A protocol is a set of rules governing a time sequence of events that must take place

a)    between peers

b)    between an interface

c)    between modems

d)    across an interface

e)    None of these

Ans : (a)

13. In communication satellite, multiple repeaters are known as

a)    detector

b)    modulator

c)    stations

d)    transponders

e)    None of these

Ans : (d)

14. Which of the following is required to communicate between two computers?

a)    communications software

b)    protocol

c)    communication hardware

d)    (d) all     of     above     including     access     to transmission medium

e)    None of these

Ans : (d)

15. Which of the following is an advantage to using fiber optics data transmission?

a)    resistance to data theft

b)    fast data transmission rate

c)    low noise level

d)    All of these

e)    None of these

Ans : (d)

16. Which of the following is not a transmission medium?

a)    Telephone lines

b)    Coaxial cables

c)    modem

d)    microwave systems

e)    None of these

Ans : (c)

17. A technique for direct search is

a)    Binary Search

b)    Linear Search

c)    Tree Search                 

d)    Hashing

e)    None of these

Ans : (d)

18. Two main measures for the efficiency of an algorithm are

a)    Processor and memory

b)    Complexity and capacity

c)    Time and Space

d)    Data and Space

e)    None of these

Ans : (c)

19. The space factor when determining the efficiency of algorithm is measured by

a)    Counting the maximum memory needed by the algorithm

b)    Counting the minimum memory needed by the algorithm

c)    Counting the average memory needed by the algorithm

d)    Counting the maximum disk space needed by the algorithm

e)    None of these

Ans : (a)

20. Which of the following does not affect the resolution of a video display image?

a)    Bandwidth

b)    Raster scan rage

c)    Vertical and horizontal lines of resolution

d)    Screen Size

e)    None of these

Ans : (a)

21. Latency time is

a)    Time to spin the needed data under head

b)    Time to spin the needed data under track

c)    Time to spin data under sector

d)    All of these

e)    None of these

Ans : (a)

22. DPI stands for

a)    Desktop projection Ink

b)    Dot per inch

c)    Dot-matrix printer ink

d)    Desktop pixel Inch

e)    None of these

Ans : (b)

23.  Databases software may be divided into

a)    five distinct categories

b)    four distinct categories

c)    three distinct categories

d)    two distinct categories

e)    None of these

Ans : (c)

24.  File record length

a)    Should always be fixed

b)    Should always be variable

c)    Depends upon the size of file

d)    Should be chosen to match the data characteristics.

e)    None of these

Ans : (d)

25.  ………….is the time required by a sector to reach below read/write heat

a)    Seek Time

b)    Latency Time

c)    Access Time

d)    None

e)    None of these

Ans : (b)


Sunday 29 November 2020

29 Nov 2020 General Computer Result

 


29 Nov 2020 General Computer Result


Add caption


Saturday 28 November 2020

बाज़ के बच्चे मुँडेरों पर नही उड़ते...

हिंदी में एक कहावत है... "बाज़ के बच्चे मुँडेरों पर नही उड़ते..."

जिस उम्र में बाकी परिंदों के बच्चे चिचियाना सीखते है, उस उम्र में एक मादा बाज अपने चूजे को पंजे में दबोच कर सबसे ऊंचा उड़ जाती है। पक्षियों की दुनिया में ऐसी Tough and tight training किसी और की नही होती।

मादा बाज अपने चूजे को लेकर लगभग 12 Km ऊपर ले जाती है, वह दूरी तय करने में उसे 7 से 9 मिनट का समय लेती है। यहां से शुरू होती है, उस नन्हें चूजे की कठिन परीक्षा। उसे अब यहां बताया जाएगा कि तू किस लिए पैदा हुआ है?तेरी दुनिया क्या है? तेरी ऊंचाई क्या है? तेरा धर्म बहुत ऊंचा है और फिर मादा बाज उसे अपने पंजों से छोड़ देती है।

धरती की ओर ऊपर से नीचे आते वक्त लगभग 2 km उस चूजे को आभास ही नहीं होता कि उसके साथ क्या हो रहा है। 7 km के अंतराल के आने के बाद उस चूजे के पंख जो कंजाइन से जकड़े होते है, वह खुलने लगते हैं। लगभग 9 km आने के बाद उनके पंख पूरे खुल जाते हैं। यह जीवन का पहला दौर होता है, जब बाज का बच्चा पंख फड़फड़ाता है।

अब धरती से वह लगभग 3000 मीटर दूर है, लेकिन अभी वह उड़ना नहीं सीख पाया है। अब धरती के बिल्कुल करीब आता है, जहां से वह अपने क्षेत्र को देख सकता है। अब उसकी दूरी धरती से महज 700/800 मीटर होती है, लेकिन उसका पंख अभी इतना मजबूत नहीं हुआ है कि वह उड़ सके। धरती से लगभग 400/500 मीटर दूरी पर उसे लगता है कि अब उसके जीवन की शायद अंतिम यात्रा है। फिर अचानक से एक पंजा उसे आकर अपनी गिरफ्त मे लेता है और अपने पंखों के दरमियान समा लेता है।

यह पंजा उसकी मां का होता है, जो ठीक उसके उपर चिपक कर उड़ रही होती है और उसकी यह ट्रेनिंग निरंतर चलती रहती है, जबतक कि वह उड़ना नहीं सीख जाता। यह ट्रेनिंग एक कमांडो की तरह होती है, तब जाकर दुनिया को एक बाज़ मिलता है, जो अपने से 10 गुना अधिक वजनी प्राणी का भी शिकार करता है।

हिंदी में एक कहावत है... "बाज़ के बच्चे मुँडेरों पर नही उड़ते...."

आप बेशक अपने बच्चों को अपने से चिपका कर रखिए, पर उसे दुनियां की मुश्किलों से रूबरू कराइए, उन्हें लड़ना सिखाइए। बिना आवश्यकता के भी संघर्ष करना सिखाइए। 

वर्तमान समय की अनन्त सुख सुविधाओं की आदत व अभिवावकों के बे-हिसाब लाड़ प्यार ने मिलकर, आपके बच्चों को 'ब्रायलर मुर्गे' जैसा बना दिया है। जिसके पास मजबूत टंगड़ी तो है, पर चल नही सकता। वजनदार पंख तो है, पर उड़ नही सकता क्योंकि...

"गमले के पौधे और जमीन के पौधे में बहुत बड़ा फ़र्क होता है।"

सनातनी अपने बच्चों को कोमल नही, कठोर बनाएं।
शस्त्र और शास्त्र दोनों की विद्या अवश्य दें, धर्मशास्त्रों के ज्ञान के अलावा इतिहास और कुरानी विचारधारा से भी अवगत कराएं, ताकि जीवन के संग्राम में अपने आपको सुरक्षित रह सके। यही माता-पिता का प्रथम कर्तव्य है,

AC की हवा में तभी बैठने दें, जब वह गर्मी के झंझावातों में रहना सीख जाए, गाडी की चाबी तभी दें, जब वह कई किलोमीटर पैदल चलने की क्षमता व साईकिल चलाने हिचकिचाहट न रखता हो। यानी मिट्टी से जुड़कर जीना सीख लिया हो।
Jai parsuram ji..