Wednesday 11 December 2013

Java: Input File Processing - hardcoded

String filename="C:\\Users\\Karen\\Documents\\record.txt";
File file = new File(filename);
Scanner keyboard = new Scanner(file);

/**Don't forget to import java.util.*; for the scanner to work.**/

Java - Primitive Data Types (Quick Note)

int: 32-bit (4-byte) integer, has a minimum value of -231 and a maximum value of 231-1. 
short: 16-bit (2-byte) integer, has a minimum value of -32,768 and a maximum value of 32,767.
long: 64-bit (8-byte) integer, has a minimum value of -263 and a maximum value of 263-1.

float: 32-bit (4-byte) floating point value
double: 64-bit (8-byte) floating point value 

char: 16-bit (2-byte) character using Unicode encoding scheme

Boolean: a true or false value

For more information, visit Oracle: Primitive Data Types

CCNA 1 - Chapter 10 & 11

Some of the questions came from Netacad.com: Cisco Networking Academy

Link for Full View to Quiz: CCNA 1 - Chapter 10 & 11


Game created for free on Quizz.biz by Karen.urate

CCNA 1 - Chapter 8 & 9

Some of the questions came from Netacad.com: Cisco Networking Academy

Link for Full View to Quiz: CCNA 1 - Chapter 8 & 9


Tech and web Trivia quiz suggested from Quizz.biz

CCNA 1 - Chapter 9: [Demo] Getting the Number of Usable Hosts

CCNA 1 - Chapter 7

Some of the questions came from Netacad.com: Cisco Networking Academy

Link for Full View to Quiz: CCNA 1 - Chapter 7


Test suggested by Karen.urate from Quizz.biz

CCNA 1 - Chapter 6

Some of the questions came from Netacad.com: Cisco Networking Academy

Link for Full View to Quiz: CCNA 1 - Chapter 6


Karen.urate suggests this Flash quiz