KwickClips Cyber Safety and Ethics
Cyber Safety and Ethics: 60 short revision clips
One idea per clip, with the answer written out underneath. Each clip links back to the full Cyber Safety and Ethics lesson it came from.
Who made C++?40 sec
Which line runs first?41 sec
What does std:: mean?41 sec
What does g++ do?41 sec
Which type stores 3.5?41 sec
Can a const change later?40 sec
What is (2 + 3) * 4?43 sec
What is implicit conversion?40 sec
What does the switch print?41 sec
Which loop always runs once?41 sec
Does continue stop the loop?40 sec
Why start fact at 1?40 sec
What does return do?39 sec
What does & in a parameter do?41 sec
What does fee(4) return?41 sec
Can return type alone tell them apart?41 sec
Where is the last of five scores?42 sec
Why does Riya need 5 boxes?41 sec
What should the sum start at?40 sec
Is the array copied?42 sec
How do you end a struct definition?43 sec
Does typedef create a new type?39 sec
Where does an enum start?40 sec
Which is private by default?40 sec
Are class and object the same?43 sec
Which is the base class in Car: Vehicle?41 sec
What did C++ add to C?43 sec
What is dynamic binding?45 sec
Why does obj.bal give a compile error?41 sec
Does defining a class use memory for data?41 sec
What does a constructor share with the class?42 sec
Can a destructor take arguments?43 sec
Which is the parent?42 sec
What mode does a class use if none is written?41 sec
What does multiple mean?40 sec
Which constructor runs first?43 sec
Is overloading compile time or run time?40 sec
What is the function named?41 sec
Where is virtual written?40 sec
What makes a class abstract?42 sec
What does &m give?41 sec
What pairs with new int[n]?40 sec
What does this hold?39 sec
How should a pointer start?42 sec
Which one writes?41 sec
Which operator writes to a file?41 sec
How do you keep old data?41 sec
Which mode is used?41 sec
