• 971-553421531
  • info@efaschool.com
  • Dubai(United Arab Emirates)

How does a computer program work?

Computer Basics What makes a computer usable? A program makes a computer usable. What is a computer without a program compared to? It is compared to an object, like a piano without a player. What kind of tasks can computers perform? Computers can perform very complex tasks. What is the nature of a computer? A computer can only execute extremely…

Compilation vs. Interpretation

Transforming High-Level Programs into Machine Language In the world of programming, transforming a high-level programming language into machine language is a crucial step. This transformation is necessary to make the code executable by a computer. There are two primary methods for this transformation: compilation and interpretation. Each method has its unique characteristics and use cases. Let’s explore both in detail….

Machine language vs. high-level language

Machine language vs. high-level language Q: What is the instruction list? A: The instruction list is the alphabet of machine language. Q: Why is machine language called the computer’s mother tongue? A: Because it is the simplest and most primary set of symbols used to give commands to a computer. Q: Why can’t humans directly use machine language? A: Machine…

Master the DOMContentLoaded Event in JavaScript

Master the DOMContentLoaded Event in JavaScript The DOMContentLoaded event is a JavaScript event that fires when the document has been loaded and parsed, but befor any images or stylesheets have finished loading. This means that you can use the DOMContentLoaded event to perform actions that depend on the DOM being loaded, such as adding event Listeners to elements or dynamically…

Master the classList Property in JavaScript

Master the classList Property in JavaScript What is classList in JavaScript? The clasList property in JavaScript is a read-only property of the element interface that returns live DOMTokenList object representing the class attributes of the element The clasList property is a convenient alternative to accessing an element’s list of classes as a space delimited string via the className property. The…

JavaScript CurrentTarget Property

JavaScript CurrentTarget Property The currentTarget property in javascript is read-only property of the Event interface that identifies the current target for the Event, as the event traverses the DOM. It always reffers to the element to which the event handler has been attached, as opposed to the target property, which identifies the element on which the event occurred and which…

JavaScript addEventListener( )

javaScript addEventListener( ) The addEventListener( ) method in javaScript is used to attach an event handler to an element. An event handler is a function that is called when a certain event occures, such as mouseclick, or keypress. The addEventListener( ) method takes three arguments: The first argument is the name of the event. This is the name of the…

Source Panel Intro

Source Panel Intro The Source Panel in Adobe Premiere Pro is a powerful tool that allows you to view and edit your clips at full resolution. It is essential for anyone who wants to create professional-looking videos. The Source Panel has a number of features that make it a valuable asset for editors. Add Marker(M) In Premiere Pro, markers are…

Hikvision IP Camera Intro

Training Objectives Get Familier With Hikvision IPC Products Know The Key Feature & Basic Functions Of IPC Know How To Deal With Common Issues Contents IP Camera Basics Goal Of Learning As Follows Structure Of IP Camera Product Families Naming Rules Function & Application Goal Of Learning As Follows Image Adjustment Day & Night Switch Back Light Compensation Fast Moving…