What is the primary role of HTTPS and TLS in web communications?

What is the primary role of HTTPS and TLS in web communications?A . To compress data to reduce bandwidth usageB . To secure communications between client and serverC . To increase the speed of data transferD . To convert static content to dynamic contentView AnswerAnswer: B

March 29, 2025 No Comments READ MORE +

In CSS, what is the difference between the margin and padding properties?

In CSS, what is the difference between the margin and padding properties?A . margin controls the space inside an element, while padding controls the space outside.B . margin and padding have no differences.C . margin controls the space outside an element, while padding controls the space inside.D . padding is...

March 28, 2025 No Comments READ MORE +

Which of the following file formats supports transparency?

Which of the following file formats supports transparency?A . JPEGB . PNGC . SVGD . Both PNG and SVGView AnswerAnswer: D

March 24, 2025 No Comments READ MORE +

Which of the following are true about compilers and interpreters? (Choose two)

Which of the following are true about compilers and interpreters? (Choose two)A . Compilers convert source code into machine code before runtime.B . Interpreters execute the source code line by line during runtime.C . Compilers are used to enhance the security of a source code.D . Interpreters translate the entire...

March 16, 2025 No Comments READ MORE +

Which units are commonly used in CSS for responsive design? (Choose two)

Which units are commonly used in CSS for responsive design? (Choose two)A . Pixels (px)B . Centimeters (cm)C . Relative units (em, rem, vw, vh)D . Kilograms (kg)View AnswerAnswer: AC

March 14, 2025 No Comments READ MORE +

In the context of web application architecture, what is the primary function of a web server?

In the context of web application architecture, what is the primary function of a web server?A . To store client data persistentlyB . To host web applications and handle HTTP requestsC . To render web pages on the client sideD . To provide dynamic IP addressing for clientsView AnswerAnswer: B

March 7, 2025 No Comments READ MORE +

In HTML, which attribute is used to link to an external CSS file?

In HTML, which attribute is used to link to an external CSS file?A . srcB . hrefC . relD . typeView AnswerAnswer: B

March 6, 2025 No Comments READ MORE +

How are comments added in CSS?

How are comments added in CSS?A . // This is a commentB . <!-- This is a comment -->C . /* This is a comment */D . # This is a commentView AnswerAnswer: C

March 1, 2025 No Comments READ MORE +

What distinguishes an application server from a web server?

What distinguishes an application server from a web server?A . An application server only serves static contentB . An application server is responsible for handling database queriesC . An application server provides business logic for an applicationD . An application server can only handle HTTP requestsView AnswerAnswer: C

February 26, 2025 No Comments READ MORE +

How are HTTP URLs typically mapped to file system paths on a web server?

How are HTTP URLs typically mapped to file system paths on a web server?A . Through the server's firewall settingsB . By using the Domain Name System (DNS)C . According to the server's directory structure and configuration filesD . By encrypting the URL into a file pathView AnswerAnswer: C

February 26, 2025 No Comments READ MORE +