Education

Education

Add comments to your VBA code – How to

This quick how to tip shows you how to add comments to your VBA code. Add comments to your VBA code VBA is short for Visual Basic for Applications. Overall, it is the coding language for Office apps. To make your code more readable, we suggest placing comments in your code. The image below illustrates […]

Basic computer architecture I quiz

The basic computer architecture (or BCA) quiz measures knowledge and operation of various components of a computer system. Although all the questions remain the same in this quiz, we randomize them to keep you on your toes. Take the basic computer architecture quiz This BCA quiz contains eight questions. To pass this quiz, you need […]

Basic computer architecture II quiz

The basic computer architecture II (or BCA II) quiz measures knowledge and operation of various components of a computer system. It is very similar to our BCA I quiz. Although all the questions remain the same in this quiz, we randomize them to keep you on your toes. Take the basic computer architecture II quiz […]

Basic Excel operators – How-to snapshot

This quick how-to snapshot shows you basic Excel operators that you use in spreadsheet development and analysis. Please pay attention to the table and not the chart holder. Overview of basic Excel operators So, the main operators to use in spreadsheets are: assignment, addition, subtraction, multiplication, division, power, and concatenation. Keep in mind, we are […]