Brogramo

Guest
Guest

Reinforce your understanding of software concepts and solve various problems with easy to understand tutorials

Post feedWrite a post
ZenKhifer
4 min read

Course evaluation: CS-305 Software Security

The purpose of this evaluation is to inform your expectations of CS-305 Software Security. As the name suggests, CS-305 focuses on creating secure software by…

15
ZenKhifer
5 min read

What is Static and Dynamic Testing?

Static testing is a set of software testing techniques to test code without executing it. It includes static reviews and static analysis, which are a…

15
ZenKhifer
2 min read

Discrete Math Rules—For Your Reference

Below you will find the laws of propositional logic, the rules of inference, and the quantified statements rules of inference presented in a table format.

30
Sam G
5 min read

Universal and Existential Quantifiers

We've seen in Predicate vs Proposition that replacing a function's variables with actual values changes a predicate into a proposition. Another way of changing a…

7