আইটি, কম্পিউটার ইঞ্জিনিয়ার তথা ইলেকট্রিক্যাল এন্ড ইলেকট্রনিক্স গ্রেজুয়েট যারা গভারমেন্ট,স্বায়ত্তশাসিত,পাবলিক লিমিটেড তথা প্রতিষ্ঠিত সফটওয়ার ফার্মে যারা চাকুরি খুজছেন তাদের জন্য আমরা যারা বিভিন্ন সরকারি প্রতিষ্ঠানে ভিন্ন ভিন্ন পোস্টে কমরত তাদের কিছু দায়িত্ব থেকেই যায়, আমাদের জুনিয়রদের গাইড করার ব্যাপারে। আমরা মনে প্রানে বিশ্বাস করি যে, আমাদের জুনিয়রা আমাদের চাইতে অনেক অনেকগুন পারদর্শী তারপরও যদি এই গাইডলাইন গুলো হয়ত আত্মবিশ্বাস আরো বাড়িয়ে দিবে।

Senior Computer Operator Ministry Of Cultural Affairs-2012

Q-1.Differentiate between desktop applications and web applications.

Ans:

Web Applications

Desktop Applications

Deployment and up-gradation for a web-based application require deployment on a single set of server machines.

Deployment and any up-gradation/patch are done on individual client machines separately.

Web applications can be accessed from anywhere, so there is no location constraint.

As desktop are confined to a standalone machine, so they can be only accessed from the machines they are deployed in.

Web applications are platform-independent, they can work in different types of platforms with the only requirement of a web browser.

Desktop applications need to be developed separately for different platform machines.

Web applications are at higher security risks as they are inherently designed to increase accessibility.

Desktop applications, on the other hand, have better authorization and administrators have better control, hence more secure.

Web applications rely heavily on internet connectivity, for there operation.

Desktop applications don’t require the internet for their operations. Some applications just require internet connectivity at the time of updations.

 

 

Q-2.What are the advantages and disadvantages of using open source software ?

Ans: Open source software can be define as a development process which allow user to get the source code and modify it according to his need. 

Advantages:

-Free To Use

-Freedom without limitations

-Created by skillful and talented people.

 -Cheaper than commercially marketed products.

-Highly reliable.

-Following of standards

-No Complex Licensing

 

Disadvantages:

-Vulnerable to malicious users.

-Might not be as user-friendly as commercial versions.

-Don’t come with extensive support.

 

Q-3.Write the functionalities of operating system.

     Ans:

An Operating system (OS) is a software which acts as an interface between the end user and computer hardware. Every computer must have at least one OS to run other programs.

Functionalities of operating system is:

  • Protected and supervisor mode
  • Program Execution
  • Memory management Virtual Memory Multitasking
  • Processor Management –
  • Device Management 
  • Security
  • Internal time clock control.
  • Handling I/O operations
  • Manipulation of the file system
  • Error Detection and handling
  • Resource allocation
  • Information and Resource Protection etc

 Q-4.What is  primary key and foreign key ?

Ans: Primary Key: A primary key is a field in a table which uniquely identifies each row/record in a database table. Primary keys must contain unique values. A primary key column cannot have NULL values.

A table can have only one primary key, which may consist of single or multiple fields. When multiple fields are used as a primary key, they are called a composite key.

CREATE TABLE CUSTOMERS(

   ID   INT              NOT NULL,

   NAME VARCHAR (20)     NOT NULL,

   AGE  INT              NOT NULL,

   ADDRESS  CHAR (25) ,

   SALARY   DECIMAL (18, 2),      

   PRIMARY KEY (ID)

);

Foreign Key: A foreign key is a key used to link two tables together. This is sometimes also called as a referencing key.

A Foreign Key is a column or a combination of columns whose values match a Primary Key in a different table.

 

Q-5.Write short notes on Website, Internet & Intranet , IP address, DNS server and BIOS .

Ans: Website: A website is a collection of publicly accessible, interlinked Web pages that share a single domain name. Websites can be created and maintained by an individual, group, business or organization to serve a variety of purposes. Together, all publicly accessible websites constitute the World Wide Web.

Internet :The internet is a globally connected network system that uses TCP/IP to transmit data via various types of media. The internet is a network of global exchanges – including private, public, business, academic and government networks – connected by guided, wireless and fiber-optic technologies.

Intranet:An intranet is a private network contained within an enterprise that is used to securely share company information and computing resources among employees. An intranet can also be used to facilitate working in groups and teleconferences.

IP address:An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network.

DNS server: DNS server is a computer server that contains a database of public IP addresses and their associated hostnames, and in most cases serves to resolve, or translate, those names to IP addresses as requested. DNS servers run special software and communicate with each other using special protocols.

BIOS: BIOS ( Basic Input/Output System and also known as the System BIOS, ROM BIOS or PC BIOS) is firmware used to perform hardware initialization during the booting process (power-on startup), and to provide runtime services for operating systems and programs.

Q-6.Whst is URL.

Ans: URL:A URL (Uniform Resource Locator) is a unique identifier used to locate a resource on the internet. It is also referred to as a web address. URLs consist of multiple parts -- including a protocol and domain name -- that tell a web browser how and where to retrieve a resource


Q-7.Write the activities after clicking on URL and before showing that web page step by step.

Ans:

1. You type maps.google.com into the address bar of your browser.

2. The browser checks the cache for a DNS record to find the corresponding IP address of maps.google.com.

3. If the requested URL is not in the cache, ISP’s DNS server initiates a DNS query to find the IP address of the server that hosts maps.google.com.

4. The browser initiates a TCP connection with the server.

5. The browser sends an HTTP request to the webserver.

6. The server handles the request and sends back a response.

7. The server sends out an HTTP response.

8. The browser displays the HTML content (for HTML responses, which is the most common).

Q-8.Explain subnet and subnet masking with example 

Ans:  A subnet, or subnetwork, is a network inside a network. Subnets make networks more efficient. Through subnetting, network traffic can travel a shorter distance without passing through unnecessary routers to reach its destination.

A subnet mask is a number that defines a range of IP addresses available within a network. A single subnet mask limits the number of valid IPs for a specific network. Multiple subnet masks can organize a single network into smaller networks (called subnetworks or subnets).

একটি মন্তব্য পোস্ট করুন

0 মন্তব্যসমূহ