Wednesday 7 September 2016

Website selection text background color change

When you select a text from a website then you will notice that selected text background color will be blue because this is default setting. You can change selection background color for enhance your website user experience . CSS3 include selection style which enable us to accomplish this. Use following code..
selection text background color change

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Girfa Student Help </title>
<style type="text/css">
::selection {
  background: #ffb7b7; /* Global Selection Color */
 
}
.yellow::selection
{
background:#FF0;
}
.green::selection
{
background:#0C0;
}

NIELIT A Level July, 2010 A5-R4: STRUCTURED SYSTEM ANALYSIS & DESIGN

NIELIT A Level July, 2010
A5-R4: STRUCTURED SYSTEM ANALYSIS & DESIGN

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “tear-off” answer sheet attached to the question paper, following instructions therein. (1x10)

1.1 Which step of SDLC performs cost-benefit analysis?
A) Feasibility Study
B) Analysis
C) Design
D) None of the above
1.2 The relationships among elements within a module is called
A) Modular Coupling
B) Modularization
C) Modular Cohesion
D) None of the above

NIELIT A Level January, 2011 A5-R4: STRUCTURED SYSTEM ANALYSIS & DESIGN

NIELIT A Level January, 2011
A5-R4: STRUCTURED SYSTEM ANALYSIS & DESIGN


PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “tear-off” answer sheet attached to the question paper, following instructions therein. (1x10)

1.1 SDLC is
A) Software Development Life Cycle
B) System Development Life Cycle
C) System Design, Link and Code
D) None of the above
1.2 Software design involves
A) writing algorithms
B) creating flowcharts
C) creating ERD
D) all of the above

NIELIT A Level July, 2011 A5-R4: STRUCTURED SYSTEM ANALYSIS & DESIGN

NIELIT A Level July, 2011
A5-R4: STRUCTURED SYSTEM ANALYSIS & DESIGN

PART ONE
(Answer all the questions)

1. Each question below gives a multiple choice of answers. Choose the most appropriate one and enter in the “tear-off” answer sheet attached to the question paper, following instructions therein. (1x10)

1.1 Backup and Recovery procedures are necessary to
A) Reorganize the disk
B) Control the DBA
C) Handle contingencies like files getting corrupt or becoming irretrievable
D) None of the above
1.2 The basic objective of system analysis is to
A) Understand computer hardware by opening the System Unit
B) Train managers in mathematical analysis
C) Run simulation programs
D) Understand a complex system and modify it in some way