Brogramo

Guest
Guest

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

Post feedWrite a post
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…

12
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.

25
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…

-2