click below
click below
Normal Size Small Size show me how
Tech T3 Yr7
Digital and code
Question | Answer |
---|---|
What does URL stand for? | Uniform Resource Locator |
What does HTTP stand for? | HyperText Transfer Protocol |
What does SSL stand for? | Secure Sockets Layers (Layer of Security) |
What does TLS stand for? | Transport Layer Security (Layer of Security) |
What are packets? | The packets break the file into 100’s or 1000’s of pieces and that are sent via light, radio or electrical signal and then reassembled at the destination. |
What does "randomnumber( , )" mean? | The "randomNumber( , )" block can be used to generate random numbers in your programs. |
What are Variables? | A variable lets you store a single value in your computer's memory with a descriptive name. |
What is CamelCase? | The first letter of the variable name is usually lower case, each new word starts with a capital letter. |