By solving the Computer Class 11 GSEB Solutions and GSEB Class 11 Computer Question Paper April 2015 (For Science Stream) will be able to know the exam pattern in the exam.
GSEB Std 11 Computer Question Paper April 2015 (For Science Stream)
Question 1.
The activity that we perform with the use of computer is known as what ?
(A) Compiler
(B) Computing
(C) Composition
(D) Controller
Answer:
(B) Computing
Question 2.
What is the full form of PDA ?
(A) Personal Direct Assistant
(B) Personal Database Assistant
(C) Personal Digital Assistant
(D) Purse Digital Assistant
Answer:
(C) Personal Digital Assistant
Question 3.
How many primary components are there in the typical mobile computing device ?
(A) 3
(B) 2
(C) 4
(D) 1
Answer:
(A) 3
Question 4.
Due to what mobile computing has got splendid success ?
(A) WiFi and 3G
(B) LAN
(C) Work
(D) Both (A) and (B)
Answer:
(A) WiFi and 3G
Question 5.
What is the full form of www ?
(A) world while wave
(B) world wide web
(C) world wide wave
(D) world wise web
Answer:
(B) world wide web
Question 6.
Due to what [which enabled data communications] the mobile usage experience has reached to next level ?
(A) PSP
(B) PSE
(C) PST
(D) PPS
Answer:
(C) PST
Question 7.
1G service was based on what ?
(A) Aalog signals
(B) Log signal
(C) Dig signals
(D) Analog signals
Answer:
(A) Aalog signals
Question 8.
What was capacity of 2G Network ?
(A) 12 Mbps
(B) 8 Mbps
(C) 1.2 Mbps
(D) 4 Mbps
Answer:
(C) 1.2 Mbps
Question 9.
Which facility is not available in normal phones ?
(A) Talk and send text messages
(B) To edit office document
(C) To send e-mail
(D) Both (B) and (C)
Answer:
(D) Both (B) and (C)
Question 10.
What is being used often in tablets instead of key-board ?
(A) Digal pen
(B) Tal pen
(C) Lus pen
(D) Digital pen
Answer:
(D) Digital pen
Question 11.
Oil exploration companies working in high sea uses which type of phones ?
(A) Tablet
(B) Simple phone
(C) Satelite phone
(D) Smart phone
Answer:
(C) Satelite phone
Question 12.
Which one of the following is an example of cloud computing ?
(A) Floppy Drive
(B) Google Drive
(C) Hard Drive
(D) Pen Drive
Answer:
(B) Google Drive
Question 13.
Which of the following is an example of IAAS Provider ?
(A) IP Cloud
(B) VP Cloud
(C) KP Cloud
(D) HP Cloud
Answer:
(D) HP Cloud
Question 14.
Which of the following is use to identify sound Object ?
(A) Speech recognition
(B) Biometrics
(C) GPS
(D) RFID
Answer:
(A) Speech recognition
Question 15.
Radio frequency identification system is divided into how many parts ?
(A) 2
(B) 4
(C) 3
(D) 1
Answer:
(C) 3
Question 16.
Which part reads radio frequency signals and sends to radio frequency reader ?
(A) transceiver
(B) trans
(C) transport
(D) Both (A) and (B)
Answer:
(A) transceiver
Question 17.
The active tag come along with what ?
(A) Chip
(B) Battery
(C) Harddisk
(D) None of these
Answer:
(B) Battery
Question 18.
Which of these body characteristics hand measurement, voice pattern, eye to retinas are parts which identification ?
(A) Dent of hum
(B) Indent of chip
(C) Indent of items
(D) Identification of humans
Answer:
(D) Identification of humans
Question 19.
In today’s world to take attendance which machine is used ?
(A) Finger print
(B) Smart card
(C) Print
(D) Printer
Answer:
(A) Finger print
Question 20.
What is the name of muscle within the eye ?
(A) biometric
(B) eye
(C) ice
(D) iris
Answer:
(D) iris
Question 21.
Which of the following text editor is not include in Linux ?
(A) Vi
(B) Pico
(C) ni
(D) Nano
Answer:
(C) ni
Question 22.
What is indicates tildes (~) symbol in vim editor ?
(A) This line is last line
(B) The lines are yet to be used by the editor
(C) In this line contain will not shown
(D) This line are already useful
Answer:
(B) The lines are yet to be used by the editor
Question 23.
Which of the following command is used to insert the text in the file in vim editor ?
(A) a
(B) i
(C) Both (A) and (B)
(D) m
Answer:
(C) Both (A) and (B)
Question 24.
Which command is used to append text at the end of the current line in insert mode of vim editor ?
(A) i
(B) O
(C) A
(D) I
Answer:
(C) A
Question 25.
In vim editor from command mode we can go to last line mode by which key from the keyboard ?
(A) Shift key
(B) : colon key
(C) Crtl key
(D) ; semi colon key
Answer:
(B) : colon key
Question 26.
Which of the following command is used to save file and remain in editing mode in last line mode of vim editor ?
(A) : w
(B) : w9
(C) : 9
(D) : 9!
Answer:
(A) : w
Question 27.
Which command is used to moves cursor down in command mode of vim editor ?
(A) l
(B) k
(C) j
(D) h
Answer:
(C) j
Question 28.
In vim editor to execute any Iinux command we need to type which symbol before the command ?
(A) . (full stop)
(B) , (comma)
(C) ? (question mark)
(D) ! (exclamation)
Answer:
(D) ! (exclamation)
Question 29.
To consider any line as a comment, in linux shell script, which command is useful ?
(A) &
(B) $
(C) #
(D) @
Answer:
(C) #
Question 30.
Which command is used to delete single line in command mode of vim editor ?
(A) pp
(B) h
(C) dd
(D) r
Answer:
(C) dd
Question 31.
In linux advanced scripting we use PS command without any parameters then …………… .
(A) see the processes associated with the current shell
(B) edit current shell
(C) to write in current shell
(D) delete current shell
Answer:
(A) see the processes associated with the current shell
Question 32.
Which command is used to know the start time for the current process in linux advanced scripting ?
(A) CMD
(B) STIME
(C) TIM
(D) TTY
Answer:
(B) STIME
Question 33.
In linux shell script which of the following statement is true to remove process of PID = 101 forcibly from the memory ?
(A) ~ kill – 9 101
(B) $ kill – 9 101
(C) $ linr – 9 101
(D) # kill – 0 101
Answer:
(B) $ kill – 9 101
Question 34.
What is the extention of the linux shell script ?
(A) .txt
(B) .ch
(C) .exe
(D) .sh
Answer:
(D) .sh
Question 35.
Which statement is used the end of if statement ?
(A) fi
(B) end
(C) Fi end
(D) if end
Answer:
(A) fi
Question 36.
Which of the following operator is used for “less than or equal to” in linux ?
(A) – lt
(B) – le
(C) – eq
(D) – ge
Answer:
(B) – le
Question 37.
Which logical operator is used to “Converts true to false and vice versa” in linux shell script ?
(A) !
(B) – o
(C) – s
(D) – a
Answer:
(A) !
Question 38.
In shell script case statements runs till it doesn’t encounter following command ?
(A) ::
(B) =
(C) :
(D) ;;
Answer:
(D) ;;
Question 39.
If we accept abc as a string in case statement which option is used from the following ?
(A) ‘abc’
(B) $ abc
(C) “abc”
(D) # abc
Answer:
(A) ‘abc’
Question 40.
The process of repeating the same commands number of time is known as what ?
(A) Repetating
(B) Looping
(C) Comment
(D) Tool tip
Answer:
(B) Looping
Question 41.
In shell script which loop interates till the condition evaluates to true ?
(A) case
(B) until
(C) for
(D) while
Answer:
(D) while
Question 42.
Which of the following can be used in place of square brackets used in if condition ?
(A) list command
(B) test command
(C) check command
(D) curly braces
Answer:
(B) test command
Question 43.
In linnx shell script, which. Loop runs till it condition is false ?
(A) Case
(B) Until
(C) For
(D) While
Answer:
(B) Until
Question 44.
In linux, which of the following condition is used to with if statement where given name is directory or not in system ?
(A) – x name
(B) – d name
(C) – w name
(D) – r name
Answer:
(B) – d name
Question 45.
In linux, which is the symbol of default in case statement ?
(A) –
(B) +
(C) d
(D) *
Answer:
(D) *
Question 46.
In linux, which of the following is used to show “not equal to” ?
(A) – ge
(B) – le
(C) – ne
(D) – gt
Answer:
(C) – ne
Question 47.
Which of the following is used to make the scripting more modular ?
(A) Logical Argument
(B) Command
(C) Argument
(D) Function
Answer:
(D) Function
Question 48.
In linux shell script, while statement is written in between which keyword.
(A) done and do
(B) write and rewrite
(C) do and done
(D) lan and learn
Answer:
(C) do and done
Question 49.
In linux, which of the following command is used to compare two files ?
(A) cmp
(B) compare
(C) count
(D) comparison
Answer:
(A) cmp
Question 50.
In linux shell script, which of the following sign is used as statement argument ?
(A) ?
(B) $
(C) *
(D) #
Answer:
(B) $
Question 51.
In database, to enquire in question form is known as what ?
(A) Advance report
(B) Form
(C) Report
(D) Query
Answer:
(D) Query
Question 52.
In base, datatype is divided into how many parts ?
(A) 1
(B) 2
(C) 3
(D) 4
Answer:
(C) 3
Question 53.
Mitesh contains 100 character address and which is stored in text datatype. Then how much byte will be reserved ?
(A) 1000
(B) 50
(C) 100
(D) 10
Answer:
(C) 100
Question 54.
In base, which of the following datatype is used to store only Yes/No ?
(A) Real
(B) Tinyint
(C) Numeric
(D) Boolean
Answer:
(D) Boolean
Question 55.
In database, big integer datatype can store information till how many bytes ?
(A) 12
(B) 8
(C) 10
(D) 9
Answer:
(B) 8
Question 56.
In base, if we want to store year, month, day, hour related information then which datatype is used ?
(A) Alphanumeric type
(B) Calendar type
(C) Numeric type
(D) Binary type
Answer:
(B) Calendar type
Question 57.
In base, which of the following datatype is used to stored information related to sound and digital images ?
(A) Alphanumeric type
(B) Calendar type
(C) Numeric type
(D) Binary type
Answer:
(D) Binary type
Question 58.
Database to identify each record uniquely is known as what ?
(A) Arrow key
(B) Numeric key
(C) Primary key
(D) Alter key
Answer:
(C) Primary key
Question 59.
In base, to create a new file which of the following option is selected ?
(A) Connect to an existing database
(B) Create a new database
(C) Register the database
(D) Open an exisitng database
Answer:
(B) Create a new database
Question 60.
In base, which of the following button is click in available field to select all field ?
Answer:
Question 61.
In table, near field one arrow symbol is there in small box is giving which indication ?
(A) D pointer
(B) Record selector icon
(C) Pointer
(D) Selector
Answer:
(B) Record selector icon
Question 62.
In table, at any particular time if you want to show current record which one at the following used ?
(A) Edit pointer
(B) Pointer
(C) Record pointer
(D) Flash pointer
Answer:
(C) Record pointer
Question 63.
In table, pencil icon is also known as which icon ?
(A) Mode icon
(B) Add icon
(C) A icon
(D) Edit icon
Answer:
(D) Edit icon
Question 64.
Total record is shown on which toolbar in table ?
(A) Navigation bar
(B) Tool bar
(C) Title bar
(D) Ruler bar
Answer:
(A) Navigation bar
Question 65.
What should be done with unnecessary or in correct records to keep our database precise and meaningful ?
(A) To delete
(B) Not to delete
(C) To delite
(D) Both (A) and (C)
Answer:
(A) To delete
Question 66.
In table toolbar A → Z button indicates what ?
(A) Sort adeced
(B) Sort descending
(C) Sort asc
(D) Sort ascending
Answer:
(D) Sort ascending
Question 67.
Table which consist of primary key is known as what ?
(A) Sort table
(B) Data table
(C) Master table
(D) Parento table
Answer:
(C) Master table
Question 68.
In base, to add table which menu is selected ?
(A) Insert
(B) File
(C) Edit
(D) View
Answer:
(A) Insert
Question 69.
Which sign is shown near primary key in label text ?
(A) L
(B) l
(C) N
(D) n
Answer:
(B) l
Question 70.
In database, transaction record is also known as what ?
(A) Field record
(B) Master record
(C) Parent record
(D) Child record
Answer:
(D) Child record
Question 71.
In database relationship dialogbox, we can change attribute according to our need, other than which else option can be selected ?
(A) Delete
(B) Increase relation
(C) Sort
(D) None of the above
Answer:
(A) Delete
Question 72.
In information technology, data is a raw material, which used in finishing goods, so this finishing good is also known as what ?
(A) Parameter
(B) Practice
(C) Info
(D) Information
Answer:
(D) Information
Question 73.
Which of the following statement is wrong ?
(A) Every table have primary key
(B) Primary key and foreign key datatype not be same
(C) Primary key can link more than one field
(D) Primary key and foreign key name must be same
Answer:
(D) Primary key and foreign key name must be same
Question 74.
Which of the following is true for ‘Default field’ in base ?
(A) Default value must be greater than its length
(B) Once default value is set we can change it
(C) Default value should not be greater than 500
(D) Default value can only apply on numeric field
Answer:
(B) Once default value is set we can change it
Question 75.
Which of the following datatype can set its property to ‘Auto value’ ?
(A) Boolean
(B) Image
(C) Integer
(D) Text
Answer:
(C) Integer
Question 76.
In base, to ask question, to enquire or analyse, that mean what ?
(A) Query
(B) Report
(C) Form
(D) Both (B) and (C)
Answer:
(A) Query
Question 77.
Which of the following is full form of SQL ?
(A) Start query language
(B) Strut query language
(C) Structured query language
(D) Struct query lang
Answer:
(C) Structured query language
Question 78.
In query wizard, which step is compulsory to create query ?
(A) Second step
(B) Fourth step
(C) Third step
(D) First step
Answer:
(D) First step
Question 79.
In query wizard, to show in result oriented information in serial order maximum how many field have that facility ?
(A) 4
(B) 5
(C) 2
(D) 1
Answer:
(A) 4
Question 80.
Maximum how many criteria can added in query ?
(A) 4
(B) 2
(C) 3
(D) 1
Answer:
(C) 3
Question 81.
What is represented in the eighth step of query wizard ?
(A) Overkey
(B) Overview
(C) Over
(D) View
Answer:
(B) Overview
Question 82.
Which pen-name does base expect to give to the field selected in the seventh step in wizard ?
(A) Aiis
(B) Alas
(C) ASI
(D) Alias
Answer:
(D) Alias
Question 83.
Which button on query design toolbar should be clicked, if you want to add some more tables ?
(A) Table
(B) Add table or query
(C) Add query
(D) Add table
Answer:
(B) Add table or query
Question 84.
Which alternative will you choose from the following to give meaningful name to field in base ?
(A) St
(B) Alias
(C) Visible
(D) Sort
Answer:
(B) Alias
Question 85.
Which button on the query design toolbar should be clicked to rim query ?
(A) Query
(B) Run
(C) Run query
(D) Run form
Answer:
(C) Run query
Question 86.
By which notations the writing in criterion field of query design is represented ?
(A) “ ”
(B) “
(C) ‘ ‘
(D) ‘ ’
Answer:
(D) ‘ ’
Question 87.
What will be written in Criterion cell of a * joining date field to represent the details of
employees who joined their services in between June-2005 and 1st November, 2012 ?
(A) “ > = # 1|6|2005 # and < = # 11|1|2012 #”
(B) “< = # 1|6|2005 # and > = 11|1|2012 #”
(C) “ > = # 1|6|2005 # and < = # 11|1|2012 #’ (D) Both (B) and (C) Answer: (A) “ > = # 1|6|2005 # and < = # 11|1|2012 #”
Question 88.
Which operator should be used to send coupons to the card holders of Suresh Electronics and those are living in Surat and Baroda cities ?
(A) IN
(B) OR
(C) AND
(D) NOT IN
Answer:
(C) AND
Question 89.
How many types calculations are there in base ?
(A) 5
(B) 2
(C) 4
(D) 3
Answer:
(B) 2
Question 90.
By which calculations like addition, average count minimum, maximum etc. are done in base ?
(A) Wizard calculation
(B) Custom calculation
(C) Query calculation
(D) Pre-defined calculation
Answer:
(D) Pre-defined calculation
Question 91.
In how many ways form can generate in database ?
(A) 2
(B) 3
(C) 4
(D) 1
Answer:
(A) 2
Question 92.
In form wizard, while clicking on form icon what is selected from tasks ?
(A) Form
(B) Create a form
(C) Design view
(D) Use wizard to create a form
Answer:
(D) Use wizard to create a form
Question 93.
In form wizard, label related field can arrange in how many ways ?
(A) 3
(B) 2
(C) 4
(D) 1
Answer:
(C) 4
Question 94.
In form wizard seventh step. How many options are there in field border ?
(A) 3
(B) 7
(C) 4
(D) 2
Answer:
(A) 3
Question 95.
In label text to select E code label which of the following option is selected ?
(A) CTRL + Enter
(B) CTRL + T
(C) CTRL + L
(D) CTRL + Click
Answer:
(D) CTRL + Click
Question 96.
In form design toolbar when you keep your mouse pointer on any Icon, it shows yellow box with some text is known as what ?
(A) Tools
(B) Tooltip
(C) Tip
(D) Tool
Answer:
(B) Tooltip
Question 97.
Control icon comes on which toolbar in form ?
(A) Menubar
(B) Toolbar
(C) Form control toolbar
(D) Control bar
Answer:
(C) Form control toolbar
Question 98.
In form to search any particular record which option is selected.
(A) Find record
(B) Find
(C) Search
(D) Record
Answer:
(A) Find record
Question 99.
Which button is pressed to add new record in form ?
Answer:
Question 100.
To create a softcopy of report which button is clicked?
(A) PDA
(B) PEF
(C) PPD
(D) PDF
Answer:
(D) PDF