Module 1 Unit 1 Flashcards

1
Q

What is ICT sizerezer

A

Information and computation technology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the Job of an IT support specialist

A

Provides technical assistance and support to users

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the job of a network administrator

A

They design,implement and maintain computer networks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the job of a system administrator

A

Manage and maintain computer system and servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the job of data analyst

A

They analyze and implement data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the job of an IT project manager

A

Plan,execute and manage technology projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Some skills essential for A career in IT include

A

-knowledge of computer networks hardware and operating systems
-understanding data base and data management
-problem solving and analytical thinking
-strong communication and team work skill
-proficiency in programming language and software development
-continuous learning and adaptability to keep up with evolving technology

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a job of a web designer

A
  • create visually appealing and user friendly website layout
    -use graphic design tools and principles to design website elements(buttons,forms minamin)
    -work closely with clients to understand their design requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the job of a front end developer

A

-IMPLEMENT (means that they are responsible for implementing the designs created by web designers) the visual and interactive elements of a website
-use html (hyper text markup language),css and Java script to create engaging user interface
-insure cross browser compatibility (ensuring and testing that web application function correctly across different browser) and responsive design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the job of a back end developer ?

A

-develop server side logic and functions of a website on web application
-uses programming language such as python,Ruby,php or Java
-design and manage database
-handle server application and integrate API (application programming interface)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the job of a full stack developer

A

Posses knowledge and skill of both front and back end developers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the job of a user experience (UX) designer

A

• Focus on creating intuitive and user-friendly website experiences.
• Conduct user research and usability testing to optimize website usability.
• Use wire framing and prototyping tools to design seamless user journeys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the job of a content manager?

A

• Manage and update website content, ensuring its accuracy and relevance.
• Coordinate with content creators and stakeholders to publish engaging content.
• Implement content management systems and SEO best practices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What do front end developers use HTML for

A

They use HTML to structure the content of web pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What do front end developers use css (cascading style sheets) for?

A

They use it to style and format HTML elements
-they control the visual aspects of a web page,ensuring a constituent and appealing design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why do front end users use JavaScript?

A

To add interactive and dynamic behaviour to the web page

17
Q

Why do front end developers use framework and libraries?

A

They often leverage framework and libraries to streamline development and enhance productivity.

18
Q

List some popular front end frameworks?

A

-react,angular and vue.js

19
Q

What is a library that provides prebuilt functions to simply common tasks

20
Q

List some techniques that front end developers use for fast loading times and optimal performance

A

-minifying and compressing files
-optimizing images
-reducing HTTP requests to improve the overall user experience

21
Q

How do front end developers make the websites accessible to people with disabilities

A

-follow accesible guidelines
-use semantic markup
-provide alternative text for images and ensure keyboard navigation is available

22
Q

______________developers work on the behind-the-scenes functionality
that powers the website and handles data processing, storage, and communication.

A

Back end developers

23
Q

Back end developers work with programming languages like

A

Python,ruby,PHP,Java or Node.js to build the logic and functionality of the server-side.these languages allow developers to handle data,interact with databases and perform complex computations

24
Q

Who creates APLS back end developers or front end developers?

A

Back end developers

25
Common databases in back-end development include:
My SQL,Postgre SQL, mongo DB and oracle
26
Popular back end frameworks include
-Django(python) -ruby on rails(ruby) -laravel(PHP) -spring(java) -express.js(Node.js)
27
Back end developers write tests to ensure?
The reliability and stability of the server side code
28
Back end developers perform debugging to?
Identify and fix software issues and optimize performance