Posts

Array based Qs and answers

1) What is an array? Answer:- An array is a group of data of the same data type stored in successive storage locations. 2)How are elements of an array accessed? Answer:- Elements of an array are accessed using subscripts. 3)What is a subscript? Answer:- A subscript or an index is a positive integer value that identifies the storage position of an element in the array. 4)Which is the smallest subscript? Answer:- 0 (zero) 5)How many subscripts does a one and two dimensional array have? Answer:- one dimensional array has one subscript and a two dimensional array has two subscripts( row and a column subscript). 6)Write the syntax for declaring a one dimensional array. Answer:- syntax: datatype arrayname [size]; 7) Write the syntax for declaring a two dimensional array. Answer:- Syntax: datatype arrayname [row size] [column size]; 8) What do you mean by initializing an array? Answer:- Initializing of an array means storing data in to ...

Unix based Qs and ans

1. What are the events done by the Kernel after a process is being swapped out from the main memory? Answer :- 1.Kernel decrements the Reference Count of each region of the process. If the reference count becomes zero, swaps the region out of the main memory, 2.Kernel allocates the space for the swapping process in the swap device, 3.Kernel locks the other swapping process while the current swapping operation is going on, 4.The Kernel saves the swap address of the region in the region table. 2.Is the Process before and after the swap are the same? Give reason. Answer :- 1.Process before swapping is residing in the primary memory in its original form. The regions (text, data and stack) may not be occupied fully by the process, there may be few empty slots in any of the regions and while swapping Kernel do not bother about the empty slots while swapping the process out. 2.After swapping the process resides in the swap (secondary memory) device. The regions swapped out w...

Install Windows

To install Windows XP operating system follow steps :- Minimum System Requirements:- 300 MHz Intel or AMD CPU 128 megabytes (MB) of system RAM 1.5 gigabytes (GB) of available drive space Super VGA (800x600) or higher display adapter CD or DVD-ROM Keyboard and mouse, or other pointing devices Network Interface Adapter required for Internet and Network Connectivity Turn your computer on then press Del or F2 to enter the system BIOS Go to Boot menu and choose Boot From CD/DVD. Press F10 to save the configuration and exit BIOS then reset your computer. Insert Windows XP DVD into your DVD drive then start up your computer, Step 1:- Load the installer .  Once your Boot Order is set, insert the Windows XP CD into your drive and Save and Exit from the BIOS. Your computer will reboot and you will be presented with the message: Press any key to boot from CD. Press any key on your keyboard to start the Setup program. Setup will load files necessary to begin the installatio...

Solve Computer Science Questions

1. With four programs in memory and with 80% average I/O wait , the CPU utilization is? A) 60 % B) 70 % C) 90 % D) 100 % 2. To employ multi - access in GSM , users are given different: A) time slots B) bandpass filters C) handsets D) frequency bands 3.What will be the value of 'b' after the execution of the following code statements: c = 10; b = ++c + ++c; A) 20 B) 22 C) 23 D) None 4. What of the following does not represent a valid storage class in 'c'? A) automatic B) static C) union D) extern 5. Find the odd man out : A) tail B) cut C) wart D) sed 6. We can not delete the ____icon but we can made it invisible. A) Recycle B) My computer C) Internet explorer D) None of the above 7. The device which connects dissimilar LAN's of different topologies using different sets of communication protocols so that information can flow from one to another is called: A) Router B) Bridge C) Gateway D) Switch 8. Capability Maturity Model is meant for; ...

Solve Questions on GK and common

Image
1. Find out the wrong number in the sequence. 52, 51, 48, 43, 34, 27, 16 A) 27 B) 34 C) 43 D) 48 2. The letters in the first set have a certain relationship. On the basis of this relationship mark the right choice for the second set: A) FHJL B) RPNL C) LNPR D) LJHF 3.Insert the missing number in the following: 3, 8, 18, 23, 33, ?, 48 A) 37 B) 40 C) 38 D) 45 4.In a certain code ,CLOCK is written as KCOLC.How would STEPS be written in that code? A) SPEST B) SPSET C) SPETS D) SEPTS 5. 'No man are mortal'  is contradictory of: A) Some man are mortal B) Some man are not mortal C) All men are mortal D) No mortal is man 6.Two ladies and two men are playing bridge and seated at North, East, South and West of a table. No lady is facing East.Persons sitting opposite to each other are not of the same sex. One man is facing South. Which direction are the laddies facing to? A) East and West B) North and West C) South East D) None of these...

SEO

Image
SEO: Search Engine Optimization Search engine optimization (SEO) is the process of affecting the visibility of a website or a web page in a search engine's "natural" or un-paid ("organic") search results. There are two ways of doing SEO On-Page SEO- This includes providing good content, good keywords selection. putting keywords on correct places, giving appropriate title to every page etc. Off-Page SEO - This includes link building, increasing link popularity by submitting in open directories, search engines, link exchange etc. SEO may target different kinds of search, including image search, local search, video search, academic search,news search and industry-specific vertical search engines. Search engines perform several activities in order to deliver search results like, 1.Crawling 2.Indexing 3.Processing 4.Calculating Relevancy 5.Retrieving Results SEO techniques are classified into two broad categories: 1.Techniques that search engi...

To learn Multiplication tables

Multiplication Tables:- 0 1 2 3 4 5 6  0 * 1 = 0  0 * 2 = 0 0 * 3  = 0 0 * 4 = 0 0 * 5 = 0 0 * 6 = 0 0 * 7= 0 0 * 8 = 0 0 * 9 = 0 0 * 10 = 0 0 * 11 = 0 0 * 12 = 0 1 * 1 = 1 1 * 2  = 2 1 * 3  = 3 1 * 4 = 4 1 * 5= 5 1 * 6 = 6 1 * 7 = 7 1 * 8 = 8 1 * 9 = 9 1 * 10 = 10 1 * 11 = 11 1 * 12 = 12   2 * 1 = 02 2 * 2 = 04 2 * 3 = 06 2 * 4 = 08 2 * 5 = 10 2 * 6 = 12 2 * 7 = 14 2 * 8 = 16 2 * 9 = 18 2 * 10 = 20 2 * 11 = 22 2 * 12 = 24 3 * 1 = 03 3 * 2 = 06 3 * 3 = 09 3 * 4 = 12 3 * 5 = 15 3 *  6 = 18 3 * 7 = 21 3 * 8 = 24 3 * 9 = 27 3 * 10 = 30 3 * 11 = 33 3 * 12 = 36 4 * 1 = 04 4 * 2 = 08 4 * 3 =  12 4 * 4 = 16 4 * 5 = 20 4 * 6 = 24 4 * 7 = 28 4 *  8 = 32 4 * 9 = 36 4 * 10 = 40 4 * 11 = 44 4 * 12 = 48 5 * 1 = 05 5 * 2 = 10 5 * 3 = 15 5 * 4 = 20 5 * 5 = 25 5 * 6 = 30 5 * 7 = 35 5 * 8 = 40 5 * 9 = 45 5 * 10 = 50 5 * 11 = 55 5 * 12 = 60 6 * 1 = 06 6 * 2 = 12 6 ...