most of these aren't important for a newbie to even know and some of them are even wrong.
1. why in the world made you think the number 1 thing for a newbie to know is a 51% attack with only 1 line of incomplete explanation?
3. Block Reward
When a miner mines a new block( adds the first transaction to a block) he is given a block reward. The reward give is halved every 210,000 blocks which happens every 4 years and currently the reward is 12.5 BTC
"adds the first transaction" is misleading the reward is claimed in a mandatory transaction which is always the first transaction called coinbase.
also it happens "approximately" every 4 years.
4. Confirmation
Successful hashing/processing a transaction and adding it to the blockchain
hashing doesn't concern the transaction. all the work goes into finding the block then when the block is found you include the transactions in it and that is called confirmation.
1 conf. means it is included in a block
more than 1 conf. means more blocks have been found and now your transaction is deeper in the blockchain and safer against double spend attacks.
5. Consensus
Consensus is achieved when all nodes of the network agree on the validity of a transaction, ensuring the ledgers of exact copies of each other.
consensus isn't just about validity of transactions. it is all the rules that make bitcoin, bitcoin.
8. Daap
it is dapps ... d-apps ... decentralized applications.
12. Fork
fork in different contexts means different things. for example when you copy the code of a project you are making a fork of that project. for example Electrum-ltc is a fork of Electrum.
18. Node
A copy of the blockchain ledger operated by a participant of the blockchain network
the "copy of the blockchain" is not node! the computer that holds that copy and is sharing blocks and transaction across the network is called a node or a full node.
24. Testnet
A alternative version of the main blockchain used by developers for testing purposes
it is best to call it "an alternative version of the main
network" not just blockchain.