Skip to main content

Explanation about Graphical user interface. (For 12th HSC student)

 What is GUI ?

• The interface which replace cryptic command by their graphical representation are called as graphical user interface.

• Ex. Windows operating system is GUI based operating system.

• ADVANTAGES :

• It is not necessary to remember the commands and is meaning .

• User can run several programs simultaneously.

• User can communicate and exchange data between program without transferring and copying the data .

• Easy to use.

Features of GUI

• Replacement of command with icon :;

• Command are group together in various levels of hierarchy and when the user select a group , further commands in that group are displayed .

• This allow user to select command using cursor and simply clicking on it .

• User can select the command and use the application without first having to know about the computer and it working .

• provide online help :

• It provide HELP about various features of the application .

• Help can assists the user in knowing everything about the application.

Essential components :

• Menu bar : appear at the top.

• Scroll bar : allow user to scroll the window.

• Dialogue boxes : used to display information or to get input ,

1) Modeless dialogue box. Continue without response

2)Modal dialogue box. Continue with response < br>

Comments

Popular posts from this blog

Free notes of JEE Advance 2021 (chemistry Important reactions .)

Chemistry Important reactions. (Advance level)                     

Free notes of the operating system some imp questions

 1. ALU  2. STACK POINTER 3. PROGRAM COUNTER 4. INSTRUCTION REGISTER AND DECODER ALU ( ARITHMATIC AND LOGIC UNIT ) It is 8 bit unit  In this arithmetic and logical operation are carried out . ALU contain the binary adder to perform addition substracion by 2’s complement method Data is supplied by memory devices and input ouput devices The result is typically stored in the accumulator. STACK POINTER:- Stack poiointer is a 16 bit register which contain the address of top of stack With the help of incrementer and decrementer stack pointer perform their work The stack pointer is incremented when data is push  The stack pointer is decrementd when data is pop. INSTRUCTION REGISTER AND DECODER :- During the instruction fetch, the first 8 bit of instruction is transfer to the 8 bit instruction register The content of instruction register are available to the instruction decoder The output of decoder get by timing signals, ALU & data buffer. PROGRAM COUNTER:- Program coun...

partitioning (operatimg system ).

 WHAT IS PARTITIONING ? Certain operating system use partitioned memory management to allow multiprogramming . • Partitioning means dividing main memory into various sections.  • These section are called as partitions.  • There are two types of partitions: 1) fixed partition .    2) variable partition.   Fixed partition  .  • In this method partitions are fixed at the time of system generation . At this time , system manager has to declear partition time.  • Fixed partition are also called static partition . On declearing fixed partition , the operating system create partition description table.  • It reduces the uses the CPU utiliisation .  • It reduces the degree of multiprogramming. .    variable partition .     In variable partition number of partition and their size are variable  • They are not defined at the time of system generation .  • These partition are created by operating systems...