Date: March 22, 2023
Five Network Layers The TCP provides mechanisms to ensure that data is reliably delivered. The Physical Layer is the first layer of the TCP/IP Five-layer network model. Data Link Layer – layer in the Transmission Control Protocol/Internet Protocol (TCP/IP) model is responsible for defining a common way to interpret signals so network devices can communicate … Read More
Date: March 17, 2023
Glossary Abstraction: To take a relatively complex system and simplify it for our use Algorithm: A series of steps that solves specific problems ASCII: The oldest character encoding standard used is ASCII. It represents the English alphabet, digits, and punctuation marks Binary system: The communication that a computer uses is referred to as binary system, … Read More
Date: December 22, 2022
Task 1: Using the logical && operator You are coding an RPG game, where each character has certain skill levels based on the value saved in their score. The expected output in the console should be: “Mid-level skills: true”. Task 2: Using the logical || operator Imagine you are coding a video game. Currently, you’re … Read More
Date: December 20, 2022
Variables Activity My Solution Data Types Assignment Operators + – * / Comparison Operators > Greater than < Less than == Equal to != Not equal to Logical Operators && Check for both conditions to be true || Checks for at least one condition to be true ! Returns false if the result is true … Read More
Date: December 5, 2022
DOM (Document Object Model) Clean Code – works on as many browsers as possible Dom provides common tree-like structures that we can prove to be valid or invalid. Three parts of a well-formed document: Doctype Head Markup Validation Service – https://validator.w3.org